Open yannikmesserli opened 1 year ago
There is setFocus method on every Calcite Inputs that allows users to programmatically focus the underlying input. We need a setBlur method to blur the even as well.
setFocus
setBlur
Code pen https://codepen.io/yannikm/pen/KKJeMJm?editors=100
Calcite Inputs exposes a setBlur method.
No response
Calcite Input, Text Input, Number Input.
In Urban, we want to add the key press enter to blur the input.
enter
p4 - not time sensitive
ArcGIS Urban
Estimate is related to all components that currently contain a setFocus method, to add a setBlur method.
Check existing issues
Description
There is
setFocus
method on every Calcite Inputs that allows users to programmatically focus the underlying input. We need asetBlur
method to blur the even as well.Code pen https://codepen.io/yannikm/pen/KKJeMJm?editors=100
Acceptance Criteria
Calcite Inputs exposes a
setBlur
method.Relevant Info
No response
Which Component
Calcite Input, Text Input, Number Input.
Example Use Case
In Urban, we want to add the key press
enter
to blur the input.Priority impact
p4 - not time sensitive
Calcite package
Esri team
ArcGIS Urban