jmix-projects / jmix-ui

DEPRECATED. Use https://github.com/jmix-framework/jmix
https://www.jmix.io
3 stars 7 forks source link

TagPicker does not restore error state when value is deleted #675

Closed Flaurite closed 2 years ago

Flaurite commented 2 years ago

Description

Steps to reproduce

  1. Add tagPicker to a screen:
    <tagPicker id="tagPicker"
           optionsContainer="orderLinesDc"
           required="true"/>
  2. Select some record and then remove it by clicking remove icon in the tag;

ER TagPicker will be highlighted with red color again;

AR TagPicker is not highlighted.