Closed niiyeboah closed 4 years ago
@jouni do you have an idea how this should behave, keeping #434 in mind?
Note, potential workaround would be to check for _noInput
.
The feature design document we agreed upon states that "Mobile UX should stay as it is"
Ping @niiyeboah, the build is red
If you type the value to the field and blur, it's always marked as invalid:
This should be fixed now
esc and enter buttons behave strangely with the new feature:
If you haven't yet opened the dropdown and type a value without opening the dropdown:
If you have opened and closed the dropdown earlier and type a value without opening the dropdown:
If you input a value to a date picker and focus another one, you enter some kind of an eternal loop on IE11:
Please test the feature on all supported browsers
Rebased and refactored the implementation. Apologies for not testing all browsers 😞
@yuriy-fix let me request your review as you have recently changed validation logic.
If I select a value and press esc, the input value is set as the ISO value of the component....and then blurring the field will make it invalid
@yuriy-fix @tomivirkki updated validation logic and added tests. PTAL when you have time.
When
datePicker.autoOpenDisabled = true
: