Bootstrap Components Read-Only

In January 23 a change was made to Bootstrap Components that removed runtime access to the readOnly property of a component. Occasionally though it’s useful to enable one field, such as a search box tied to a form variable. Is there any other option to enable a component on a read-only form?

Hi Seain,

this is the reason why: https://servoy-cloud.atlassian.net/browse/SVY-17761

I guess the only way around this is looping over all components and changing the editable/enabled state

Thanks Marc, I understand their logic on that. Will implement your suggestion.