Hi ```editTextPhone.setKeyListener(DigitsKeyListen...
# compose
g
Hi
Copy code
editTextPhone.setKeyListener(DigitsKeyListener.getInstance("0123456789"));
how can achieves it in compose edit text
z
You asked a similar question before, and you got answers then. Do you still want to achieve the same thing? What exactly is your goal?
g
because previous answer not working
after using filter we able to add special character.