-
-
Notifications
You must be signed in to change notification settings - Fork 24
Editable and required property of TextField do not work #13
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
Comments
Hi @ShubhamJainSJ, Indeed the However, since you want to disable the option to change these fields' values through tap, you can use another As to |
Hi @tgpetrov I tried using property
For |
I apologise for the previous suggestion, it seems like it is not applicable on android, due to an issue with this property in the TextField. The property that works on both platforms and can be used to disable the fields is I copy-pasted the snippet from the blog post you provided and replaced the Let me know if I'm missing something. |
Thanks @tgpetrov Regarding Example:
Here, if Note, |
I used the following setup to check if the CSS classes are updating as expected:
I managed to reproduce 2 bugs:
|
Released in version 1.2.1 |
Uh oh!
There was an error while loading. Please reload this page.
As per the documentation, both
DatePickerField
andTimePickerField
are extensions ofTextField
but editable and required property have no effect on these fields.I need the date and time to be set only from
ngModel
in certain use-case scenarios. Users should not be allowed to modify the values but as per current package, there is no way to disable GUI editing of the field.Kindly check if these features can be added.
The text was updated successfully, but these errors were encountered: