super_editor
super_editor copied to clipboard
[SuperTextField] - Create text field that matches Chrome browser default
Every browser renders text fields however they want. Investigate how Chrome renders text fields.
Consider single-line and multi-line fields. How do those fields look by default? Consider size, shape, border color, including any changes that happen on hover, click, etc.
Which aspects of the text field can be configured either via HTML attributes, or CSS?
Investigate desktop and mobile.
Capture the resulting examples here with a combination of videos and images, whichever best communicates the styles and behaviors.
Then, add a demo to the example app that creates a Chrome text field widget, built around a SuperTextField
, that behaves the same way as a Chrome text field on desktop and mobile.