Open mingardia opened 1 year ago
the issue was when using tag based configuration and the input field is of type primeinputfield. given the below in the tag i guess it would be :_disabled=trueSent from my iPhonePhone Number: 404-822-0195On Nov 19, 2023, at 2:44 AM, Tom @.***> wrote: Good Morning, input fields have the disabled property and you can it with a value or a funnction.
In primevue-formkit you can use use disabled in your configuration, but you have to use the underscore: $formkit: 'primeInputText', name: 'iconRight', label: 'Icon Right (Disabled)', help: 'Right Icon Demo', iconRight: 'pi pi-check', _disabled: true, },
Hope that helps, Tom
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>
Good Morning,
input fields have the disabled property and you can it with a value or a funnction.
In primevue-formkit you can use use disabled in your configuration, but you have to use the underscore:
Hope that helps,
Tom