JavaScript UI Libraries & Blazor Components Suite – Smart UI Forums ListBox Selection (visually) get lost after editing (Blazor)

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #102557
    TurricanDE
    Participant

    After editing an item (press Enter) in the list box the selection get visually lost (but internally the selection remains).

     

    #102561
    ivanpeevski
    Participant

    Hi TurricanDE,

    Unfortunately, I was not able to reproduce your issue. This is an example of an Editable ListBox:
    <div>
    <div><ListBox Editable></div>
    <div>    <ListItem Label=”Item 1″></ListItem></div>
    <div>    <ListItem Label=”Item 2″></ListItem></div>
    <div>    <ListItem Label=”Item 3″></ListItem></div>
    <div></ListBox></div>
    </div>
    If the demo above doesn’t work for you, please provide us with a sample code of your page and the version of your internet browser.

    If you have any other questions, please do not hesitate to contact us again.
    Best regards,
    Ivan Peevski
    Smart UI Team
    https://www.htmlelements.com/

    #102576
    TurricanDE
    Participant

    Hello,

    I also couldn’t reproduce the issue again. The selection is visually shown after editing. Don’t know what causes the issue.

     

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