Open
Description
Latest version
- I have tested the latest version
Steps to reproduce
This issue is seen in enchanted version of 1.2.0
Steps:
- visit enchanted storybook and select text field component by following below url
https://opensource.hcltechsw.com/enchanted-react-components/?path=/docs/inputs-textfield--docs - Now enable the Multiline prop to be true.
- Observe the placeholder color of Text field is changed and it looks as if the text field's place holder has got disabled color.
Current behavior
Steps:
- visit enchanted storybook and select text field component by following below url
https://opensource.hcltechsw.com/enchanted-react-components/?path=/docs/inputs-textfield--docs - Now enable the Multiline prop to be true.
- Observe the placeholder color of Text field is changed and it looks as if the text field's place holder has got disabled color.
Expected behavior
Enabling the Multiline prop should not effect the place holder property in TextField.
Context
Trying to use this Text field for Input container where user can input a message
Activity