-
Notifications
You must be signed in to change notification settings - Fork 67
Editable datepicker #502
Comments
Not sure I know what you mean... all controls by their nature are usable / editable. |
I mean typing in the date with keyboard. Keyboard input is disabled and I don't find option for enabling it for this control. |
Unfortunately not... Office UI Fabric took a dependency on http://amsul.ca/pickadate.js/ to implement this control which applies to us as well. Doesn't appear it supports manually entering the date so unfortunately, we can't do that at this time. |
amsul has editable: true |
I stand corrected... warrants additional research to see if this is supported as the issue on their repo is open and only resolved by a fork... which we aren't based on... so not sure if the underlying version of the library supports it. |
It seems to be supported by the library and there is an example at http://amsul.ca/pickadate.js/date/#editable. I've also checked that setting The change would require conditionally applying a change/focusout listener on the input field. I can prepare a PR for this if no one else is working on it. As my local changes stand at this moment, I am converting the input value to a |
Is there an option to set uif-datepicker editable?
The text was updated successfully, but these errors were encountered: