Chethan
Saurabh Thorat
TextField( value = textState, onValueChange = { value -> if (value.text.length <= limit) textState = value } )