-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add all input types to form component addChild
- Loading branch information
1 parent
fc570c7
commit 5c1781d
Showing
2 changed files
with
78 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
export { default as numberinput } from './numberinput'; | ||
export { default as textinput } from './textinput'; | ||
export { default as selectinput } from './selectinput'; | ||
export { default as priceinput } from './priceinput'; | ||
export { default as textareainput } from './textareainput'; | ||
export { default as passwordinput } from './passwordinput'; | ||
export { default as emailinput } from './emailinput'; | ||
export { default as autocompleteInput } from './autocompleteInput'; | ||
export { default as decimalinput } from './decimalinput'; | ||
export { default as dateTimePickerInput } from './dateTimePickerInput'; | ||
export { default as datePickerInput } from './datePickerInput'; | ||
export { default as timePickerInput } from './timePickerInput'; | ||
export { default as _switch } from './switch'; | ||
export { default as imageUploadInput } from './imageUploadInput'; | ||
export { default as fileUploadInput } from './fileUploadInput'; | ||
export { default as checkboxGroupInput } from './checkboxGroupInput'; | ||
export { default as checkboxinput } from './checkboxinput'; | ||
export { default as hiddeninput } from './hiddeninput'; | ||
export { default as ibaninput } from './ibaninput'; | ||
export { default as multiAutocomplete } from './multiAutocomplete'; | ||
export { default as phoneinput } from './phoneinput'; | ||
export { default as radioinput } from './radioinput'; | ||
export { default as ratingInput } from './ratingInput'; | ||
export { default as richTextInput } from './richTextInput'; | ||
export { default as urlinput } from './urlinput'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters