Description
Check existing issues
- I have checked for existing issues to avoid duplicates
Description
Currently when using a calcite input
component with its type
property set to textarea
, there is no easy way to set the resize
css property of the textarea
. In particular to set this property when using the React calcite components appears to require accessing the textarea inside a shadow root via refs.
In the case of the dedicated calcite textarea
component, there is a resize
property available for this purpose. This meets our needs for the time being, however the overall component style and some of its functionality is different compared to the 'Input' textarea.
Acceptance Criteria
New resize
property on the Input component allowing the css resize
property of the textarea to be set, similarly to the calcite 'TextArea' resize
property.
Relevant Info
No response
Which Component
Input
Example Use Case
No response
Priority impact
p4 - not time sensitive
Calcite package
- @esri/calcite-components
- @esri/calcite-components-angular
- @esri/calcite-components-react
- @esri/calcite-design-tokens
- @esri/eslint-plugin-calcite-components
Esri team
ArcGIS Knowledge