JavaScript UI Libraries & Blazor Components Suite – Smart UI Forums Buttons Radiobutton unfocusable doesn’t work

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #104835

    In my radiobutton I need to avoid it to take the focus, because it changes the apparence creating a light blue halo wich is not appreciated.

    I tried with unfocusable flag but nothing changed.

    Is it a bug ?

    What’s the expected behaviour of the unfocusable flag ?

    Tks

    #104836

    Hi,

    The unfocusable property makes the radio button unfocusable. You may follow these steps in the example to get familiar with:
    https://codepen.io/svetoslavjqwidgets/pen/eYPQGLM

    1. Open the demo and click somewhere around the radio buttons, but not over them.
    2. Press the tab button to change the focus. You can see that the second radio button is focused because the first one is unfocusable.
    3. Now remove the unfocusable attribute from the radio button and repeat the steps from above. This time the first radio button is focused.

    Best Regards,
    Svetoslav Borislavov

    Smart UI Team
    https://www.htmlelements.com/

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.