Hi, as I don't want to display the className-Attribute for users, I'm disabling it in the options.
But I need a value in it: 'iCheck'. So I decided to set an typeUserAttrs on my checkbox with a className of "iCheck".
Well, but now formBuilder is showing my disabledclassName-Attribute!
Looks like typeUserAttrs is overriting disabledAttrs. Is there any workaround?
Description:
Hi, as I don't want to display the className-Attribute for users, I'm disabling it in the options. But I need a value in it: 'iCheck'. So I decided to set an typeUserAttrs on my checkbox with a className of "iCheck".
Well, but now formBuilder is showing my disabled className-Attribute! Looks like typeUserAttrs is overriting disabledAttrs. Is there any workaround?
Environment Details:
Expected Behavior
className-Attribute not visible.
Actual Behavior
className-Attribute is visible.