-
Notifications
You must be signed in to change notification settings - Fork 78
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
The input box is enabled, and you can type in it #225
Comments
Actually, I am looking at the code, and I just cannot explain... why is there an input box at all...? |
(Sorry, I had accidentally added the comment to the wrong issue, this is the right spot!)
Into:
in |
For two reasons, mainly. We wanted to use paper-input, so it needs and input field. Also, as we knew we wanted to have keyboard input at some point the future, we used an input already. |
Glad I could be of any help! |
Did you release the fix? It's kind of crucial.. if so, feel free to close this! |
Hi @mercmobily, |
OK -- thanks for letting me know! On 29 August 2016 at 20:16, Tomi Virkki notifications@github.com wrote:
|
This is seen in both Chrome and Firefox (both latest).
Create a standard element:
You will see that the following can be done:
Basically, I use the date picker ti pick a date. All good. Then in screenshot 3 you can see that I moved the cursor using the arrows. And then I typed CHANGED there.
There is another level to this bug. If you delete what's in the textbox, and then click on the date picker again and select the SAME date again, you will see that the textbox does NOT get restored -- since technically speaking the date hasn't changed.
This is a showstopper for us, since the app will be used from very computer illiterate people...! Happy to help with a PR for a fix -- please direct me a little in the code though...
The text was updated successfully, but these errors were encountered: