Spikey Sanju
05/28/2021, 12:47 PMreuse
Custom OutlineTextField
composable?.
For ex - I have same repeating OutlineTextField
component imagine 4 - 5 fields. Only thing I need to change is to remember state
for each Input field. How to achieve this?
Same I need to achieve for Sliders
This is component 👇Zun
05/28/2021, 1:42 PMZun
05/28/2021, 1:44 PMfillMaxWidth
etc.
// your code code
onValueChange = onValueChanged
}
https://developer.android.com/jetpack/compose/state#state-hoistingSpikey Sanju
05/28/2021, 1:59 PMSpikey Sanju
05/28/2021, 1:59 PM