We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi!
There are any posibility to disable the display of the clock component when pick into input? I need to use only the input.
I've tried with the following props without lucky
isOpen={false} clockIcon={null}
Thanks!
The text was updated successfully, but these errors were encountered:
Hello, for the moment it's not possible - I'd use
.react-time-picker__clock { display: none; }
as a workaround. I'll keep your suggestion in mind though!
Sorry, something went wrong.
Hi @ivanfr90, starting with v2.7.0 you can use disableClock prop.
disableClock
wojtekmaj
Successfully merging a pull request may close this issue.
Hi!
There are any posibility to disable the display of the clock component when pick into input? I need to use only the input.
I've tried with the following props without lucky
Thanks!
The text was updated successfully, but these errors were encountered: