Min & Max values not honored on calcite-input #622
Labels
help wanted
Issues that the core team needs help with in a sprint.
p - low
Issue is non core or affecting less that 10% of people using the library
Stale
Issues or pull requests that have not had recent activity.
Milestone
When using a
calcite-input
from type "number", we can set values formin
andmax
.Those values are honored by the step down/up buttons, but not by the input itself. Greater than max and lesser than min values can be entered.
Is there a way besides adding an extra test in the
onCalciteInputChange
handler function to have those values rejected?The text was updated successfully, but these errors were encountered: