molecules/input/input library

Classes

PhoneNumberInputFormatter
TdnCheckBox
A checkbox-style form field that uses a switch for interaction
TdnDocumentFormField
Custom document form field with mask and optional verification digit
TdnDropdownButton
Custom dropdown button styled as a text field
TdnImageInput
Image input component with preview, animation, and delete functionality
TdnLoginFormField
Specialized text field for login and authentication forms
TdnLoginPhoneInputText
Phone number input field with country code selector using bottom sheet
TdnMultiSelectDropdown<T>
Custom multi-select dropdown styled to match TdnDropdownButton.
TdnMultiSelectItem<T>
Represents a single selectable item in TdnMultiSelectDropdown.
TdnPhoneFormField
Phone number input field with country code selector
TdnSingleSelectDropdown<T>
Custom single-select dropdown styled to match TdnMultiSelectDropdown.
TdnSingleSelectItem<T>
Represents a single selectable item in TdnSingleSelectDropdown.
TdnTextFormField
Custom text form field with validation and multiple border styles

Functions

showCountryBottomSheet(BuildContext context, dynamic onCountryChanged(CodeCountryPhone)?, CodeCountryPhone? selectedCountry) → void