EuiRangeInput doesn’t show invalid state (eg. out of the range or defined in isInvalid prop) as long as I have focus, and the red highlighting would only appear once I blur the input. I tried to play with it by passing directly isInvalid prop with condition, but it doesn’t change anything (demo here, applying the value -1 would be the showcase).

EuiRangeInput doesn’t show invalid state (eg. out of the range or defined in
isInvalidprop) as long as I have focus, and the red highlighting would only appear once I blur the input. I tried to play with it by passing directlyisInvalidprop with condition, but it doesn’t change anything (demo here, applying the value-1would be the showcase).