-
-
Notifications
You must be signed in to change notification settings - Fork 406
New issue
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
[Feature request] Ignore whitespace around separator on manual range input #416
Comments
OK, This is a good improvement. |
v3.4.0 added it. |
Thank you for implementing it! I will test it out as soon as I can, thank you! I looked at the commit though and I am wondering if there might be a problem now with I think before this feature if separator |
@doits thanks for feedback, It's bug. I need to fix it soon. |
I released v3.4.1 to fix the bug |
👍 good job, really fast fix. Now I still think though that the separator And on the other hand even if separator is Maybe this feature is more complicated than it looked like at first, at least if the separator can be part of the date with all this edge cases ... sorry for the work you have with it! |
Yes, this feature is complicated now. |
What problem does this feature solve?
If I have a range-input with separator
<space>~<space>
(like the default), I can manually enter the range with the keyboard exactly like this:When I omit the spaces on manual input though, it does not work, for example like this:
Or if I add multiple spaces by accident:
It would be nice if the spaces around the range separator do not have any impact when the user enters values manually, because users sometimes type like this.
The text was updated successfully, but these errors were encountered: