Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DateTimeEditorDirective] No colouring when using min/maxValue in Input component #15274

Open
valadzhov opened this issue Jan 20, 2025 · 0 comments

Comments

@valadzhov
Copy link
Collaborator

Description

There's no proper coloring of the border of the input element when setting dates inside or outside of the designated min and max values.

  • igniteui-angular version: 19.0.0
  • browser:

Steps to reproduce

  1. Start the attached sample
  2. Enter a date inside the min/max value - e.g. 12/12/2024
  3. Examine the color of the border of the component - it doesn't change.
  4. Enter a date outside the min/max value - e.g. 12/12/2025
  5. Examine the color of the border of the component - it doesn't change.

Result

The colur doesn't change

Image

Expected result

The color of the border should change in accordance with the input date being inside or outside of the min/max value range.
Outside the range:

Image

Inside the range:

Image

Attachments

minmax value_Angular.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant