I want to disable focus for button in composite component. I have a component that looks like this:
When I'm pressing the "Tab" key, first the inputText component is focused, then the commandButton component is focused. What I want is to have focused only the inputText. How can I achieve this?