InputField
This class provides the building blocks to implement an input-field.
Use inputField functions to create an instance, set up the needed Hooks or Propertys and refine the component by using the further factory methods offered by this class.
For more information refer to the official documentation
Constructors
Types
Functions
Factory function to create a inputDescription with a HTMLParagraphElement as default Tag.
Factory function to create a inputDescription.
Factory function to create a inputLabel with a HTMLLabelElement as default Tag.
Factory function to create a inputLabel.
Factory function to create a inputValidationMessages with a HTMLDivElement as default Tag.
Factory function to create a inputValidationMessages.
Properties
Extensions
Factory function to create a CheckboxGroup.
Factory function to create a CheckboxGroup with a HTMLDivElement as default root Tag.
Factory function to create a DataCollection.
Factory function to create a DataCollection with a HTMLDivElement as default root Tag.
Factory function to create a Disclosure.
Factory function to create a Disclosure with a HTMLDivElement as default root Tag.
Factory function to create a InputField.
Factory function to create a InputField with a HTMLDivElement as default root Tag.
Factory function to create a Listbox.
Factory function to create a Listbox with a HTMLDivElement as default root Tag.
Factory function to create a Menu.
Factory function to create a Menu with a HTMLDivElement as default root Tag.
Factory function to create a PopOver.
Factory function to create a PopOver with a HTMLDivElement as default root Tag.
Factory function to create a RadioGroup.
Factory function to create a RadioGroup with a HTMLDivElement as default root Tag.
Sets focus on the Tag it is called on. Continues to try setting the focus until it was successful or the maximum number of retries is reached. Use this function for example to set the focus on an element that just becomes visible.
Mark some Tag with a data-attribute INITIAL_FOCUS_DATA_ATTR so that the trapFocusInMountpoint function can find this Tag and set the initial focus to it.
Factory function to create a Switch.
Factory function to create a Switch with a HTMLButtonElement as default root Tag.
Factory function to create a SwitchWithLabel.
Factory function to create a SwitchWithLabel with a HTMLDivElement as default root Tag.