Select Control Disabled Property

If you set a Select Control to “Disabled” in UI-Builder, how can you set it to not disabled in codeless?

I need to disable a Select Control until it’s fully populated, and then set it to Enabled (or Disabled = false) in Codeless.

How can this be done?

Hello @Michael_Kadron

For the ‘Select’ component, you can find the ‘Disabled State Logic’ handler in the logic. This handler will help you change the component’s state depending on the conditions.

Regards,
Inna

Thank you!