-
For new text inputs I need it not disabled. |
Beta Was this translation helpful? Give feedback.
Answered by
SimoTod
Jul 12, 2023
Replies: 1 comment
-
You can add a disabled boolean in your disk_details entries, set it to true for the initial disks and false for the ones added dynamically, then bind the disabled attribute based on that value. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
anjanesh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can add a disabled boolean in your disk_details entries, set it to true for the initial disks and false for the ones added dynamically, then bind the disabled attribute based on that value.