Documentation ¶
Overview ¶
templ: version: v0.2.747
Index ¶
Constants ¶
View Source
const RootClassName = "form-control"
Variables ¶
This section is empty.
Functions ¶
func Show ¶
func Show(props DatalistProps) templ.Component
Types ¶
type DatalistProps ¶
type DatalistProps struct { base.FormElementProps Value string Placeholder string Type entities.FormFieldType Size inputfield.SizeType FieldValidationFeedbackMessage string Validation entities.FormFieldValidation ExtraAttributes map[string]any Items []base.FormListProps }
func (DatalistProps) BuildClassNames ¶
func (dlp DatalistProps) BuildClassNames() (classes string)
func (DatalistProps) GetInputType ¶
func (dlp DatalistProps) GetInputType() (inputType entities.FormFieldType)
Click to show internal directories.
Click to hide internal directories.