-
Notifications
You must be signed in to change notification settings - Fork 357
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
[td-dynamic-forms] [FAQ] Is it possible to disable fields in dynamic form? #490
Comments
Tested it and its actually a bug, will add support for this next release. |
Thanks @emoralesb05 ! |
Is this fix implemented in Beta 4? |
Nope. It has an RC milestone and this issue is still open |
Any progress regarding disable controls? Why removed from Beta.5? |
We were fixing other things and improving other components (with limited resources), but right now we are triaging the dynamic form issues and features to create a road map for it. So expect this and more feature to be fixed soon. |
This has already been fixed implicitly but once you disable the elements, its going to be required to call the e.g.
Fix will be available in |
Is it possible to disable all or some of the controls in a
<td-dynamic-forms>
?I have already tried:
And what happens is the property of the formControl actually changes to:
disabled: true
(and status: 'DISABLED'), but there's no result in the view (inputs are still editable) 😕Any ideas why that's not working?
The text was updated successfully, but these errors were encountered: