Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

MultiSelectList does not set read-only state #672

Closed
Flaurite opened this issue Sep 28, 2021 · 1 comment
Closed

MultiSelectList does not set read-only state #672

Flaurite opened this issue Sep 28, 2021 · 1 comment
Assignees
Labels
type: bug Something isn't working
Milestone

Comments

@Flaurite
Copy link
Contributor

Flaurite commented Sep 28, 2021

Description

  1. Add MultiSelectList to the screen:
<multiSelectList id="multiSelectList"
                 optionsContainer="usersDc"
                 editable="false"/>
  1. Launch the app and open screen.

ER
Values will be disabled.

AR
You still able to select values.

Note
The same problem with SingleSelectList. Also, need to check "required" state.


QA

  1. Check that editable feature works in the MultiSelectList;
  2. Set required and requiredMessage to the MultiSelectList and try to select some value. MultiSelectList should not be highlighted by red color when value is selected.
  3. Check 1 and 2 with SingleSelectList.
@Flaurite Flaurite added the type: bug Something isn't working label Sep 28, 2021
@Flaurite Flaurite added this to the 1.1.0 milestone Sep 28, 2021
@Flaurite Flaurite self-assigned this Sep 28, 2021
@lovtsovaik lovtsovaik assigned konyashkina and unassigned lovtsovaik Oct 6, 2021
@konyashkina
Copy link

Tested on
Jmix version: 1.1.0-SNAPSHOT
Jmix Studio plugin version: 1.1.SNAPSHOT3586-212
IntelliJ version: IntelliJ IDEA 2021.2.2 (Ultimate Edition)
Browsers:
Firefox 93.0
Google Chrome 94.0.4606.61

MultiSelectList

  • editable feature in the MultiSelectList
  • required and requiredMessage in MultiSelectList
  • required and editable MultiSelectList is highlighted by red color when value is not selected
  • required and editable MultiSelectList isn't highlighted by red color when value is selected

SingleSelectList

  • editable feature in the SingleSelectList
  • required and requiredMessage in SingleSelectList
  • required and editable SingleSelectList is highlighted by red color when value is not selected
  • required and editable SingleSelectList isn't highlighted by red color when value is selected

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants