Disabling radio option form items in Dialog
-
Hi,
Is it possible to disable one of the radio option items in Dialogs ? For example it will be good to have something like:
…
form {
option {
…
items [
{ label: ‘With Google’, value: ‘google’ }
{ label: ‘With FB’, value: ‘fb’, disable: true }
…TIA, Rus
-
It’s
disabled
(ending with ad
). And it works in v0.13.6 -
Thanks, it works ! Added ncu (npm-check-updates) to the build script