Component
Form.Input
Describe the feature request
Have the ability to specify a prop that can transform the value to uppercase or lowercase upon typing
Expected behavior
| AC |
|
| GIVEN |
I specify the prop to transform to uppercase |
| WHEN |
I enter an alphabet value |
| THEN |
I should see that the value is transformed to uppercase |
The return value should also be in the case specified
Component
Form.InputDescribe the feature request
Have the ability to specify a prop that can transform the value to uppercase or lowercase upon typing
Expected behavior
The return value should also be in the case specified