```is there an equivalent to android:digits in compose?```
g
Copy code
is there an equivalent to android:digits in compose?
t
value.filter { it.isDigit() }
Combined with KeyboardType.Number in
keyboardOptions
g
Hi Tad
can you please provide full line of code?