Prerequisites
Description
Add OudsTextField composables corresponding to OudsTextInput ones and, in each composable created, call the corresponding OudsTextInput function.
Motivation & context
Users can be lost because Material calls its text field TextField but in OUDS, the composable is OudsTextInput to be consistent with Figma.
The aim is to help users finding the right composable.
Prerequisites
Description
Add
OudsTextFieldcomposables corresponding toOudsTextInputones and, in each composable created, call the correspondingOudsTextInputfunction.Motivation & context
Users can be lost because Material calls its text field
TextFieldbut in OUDS, the composable isOudsTextInputto be consistent with Figma.The aim is to help users finding the right composable.