Skip to content

IxSelect - Color of label does not go red when it is cleared #2226

@mutkue

Description

@mutkue

Prerequisites

  • I have read the Contributing Guidelines.
  • I have not leaked any internal/restricted information like screenshots, videos, code snippets, links etc.

What happened?

Hello guys,

As we use IxSelect component with required and allowClear props' value true, when we clear the selected value using allowClear 'x' symbol next to the value, the label of the IxSelect does not go to red like the rest of the component. We wonder if it is a bug? If not is there any way to fix this behavior on our side?

Here are the screenshots: 1. no value is selected; 2. closing without selecting a value; 3. selected a value; 4. selected value is cleared pressing the clear 'x' button.

Image Image Image Image

Thanks in advance,
Utku

What type of frontend framework are you seeing the problem on?

React

On which version of the frontend framework are you experiencing the issue?

[email protected]

Which version of iX do you use?

v3.2.0

Code to produce this issue.

<IxSelect required={true} allowClear={true} />

Metadata

Metadata

Labels

BacklogIts part of the team backlog

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions