Input fields like TextField, Select, Radio create like custom renderers Angular

Hello, I created a custom select component but now the rule part is undetected. The component is rendered but I have added a rule on select “Show or Hide” depending on the selected value of other fields but it not working like it is working if the component is not custom. Do I need some additional validation or i am missing something?

Also check for visible props but it is undefined.

Hi @daniela,

Our bindings give rendering hints to the renderers, but each renderer is responsible to follow them for a coherent experience.

For the SHOW and HIDE rules to work, each (custom) renderer should respect the visible prop and not render any output if visible: false.