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
cdn latest
Windows, Chrome
if the input is empty it returns to the previous value.
if the input is empty it becomes the null date. or has the option for it.
The text was updated successfully, but these errors were encountered:
current my solution
var input = /* input for datepicker */; var tuiDatePicker = new tui.DatePicker(/* args */) input.addEventListener( "change", (ev) => { if (input.value === '') { tuiDatePicker.setNull(); } }, true );
Sorry, something went wrong.
No branches or pull requests
Version
cdn latest
Development Environment
Windows, Chrome
Current Behavior
if the input is empty it returns to the previous value.
Expected Behavior
if the input is empty it becomes the null date.
or has the option for it.
The text was updated successfully, but these errors were encountered: