[Penggunaan Templ Inputan] #4

Open
opened 2024-05-06 09:13:49 +07:00 by sindhu · 0 comments
Collaborator
// Example Custom Text Field
@customtextfield.MainCustomTextField("Kode", "kode", "Kode", "text")

// Example Active Search
tutorial : https://htmx.org/examples/active-search/

@customtextfieldsearch.MainCustomTextFieldSearch("pid", "PID / Nama","text","/search", "", "input changed delay:500ms, search", ".htmx-indicator")

// Example Autocomplete
import 
	"github.com/emarifer/go-templ-project-structure/views/component/customtextfieldautocomplete"
    
@customtextfieldautocomplete.ShowCustomAutoComplete("", customtextfieldautocomplete.MainCustomAutoComplete(""), customtextfieldautocomplete.CssCustomAutoComplete(), customtextfieldautocomplete.JsCustomAutoComplete())
```templ // Example Custom Text Field @customtextfield.MainCustomTextField("Kode", "kode", "Kode", "text") // Example Active Search tutorial : https://htmx.org/examples/active-search/ @customtextfieldsearch.MainCustomTextFieldSearch("pid", "PID / Nama","text","/search", "", "input changed delay:500ms, search", ".htmx-indicator") // Example Autocomplete import "github.com/emarifer/go-templ-project-structure/views/component/customtextfieldautocomplete" @customtextfieldautocomplete.ShowCustomAutoComplete("", customtextfieldautocomplete.MainCustomAutoComplete(""), customtextfieldautocomplete.CssCustomAutoComplete(), customtextfieldautocomplete.JsCustomAutoComplete()) ```
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: andy/corporate_portal_westerindo#4