Allow TimePicker to utilize custom placeholders. #8386
LaExploradora
started this conversation in
Feature requests
Replies: 1 comment 1 reply
-
|
You are welcome to submit a PR with this feature |
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.
-
Hello everyone!
First of all, I'm terribly sorry if I'm in the wrong place to discuss such a thing.
What's bugging me is the inability to use custom time placeholders in the
<TimePicker />component.This should be rather easy to implement, since it would require a tiny change to the
<SpinInput />component, which<TimePicker />utilizes. The default placeholder value could stay the same (--), while the users would be able to change it without jumping through the CSS hoops.I'd like to take this upon myself if the feature is a go by other maintainers and developers.
Thanks and have a good day!
Beta Was this translation helpful? Give feedback.
All reactions