Support different TagsInput types (time, date etc.) #16418
mpskovvang
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
I just realized this is already possible with the TagsInput::make('time')->extraInputAttributes([
'type' => 'time',
]); |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The current
TagsInput
form field only supports text input.Would you consider a PR to support custom input types like
time
anddate
?This would apply browser-native input masking and validation:
Suggestions (datalist) are still supported:
The
date
type supports the date picker as well:@danharrin
Beta Was this translation helpful? Give feedback.
All reactions