Top "Input-filtering" questions

How to define TextBox input restrictions?

How can I restrict TextBox to accept only capital letters, or for example digits, or forbid to put any special …

wpf textbox wpf-controls mask input-filtering
EditText showing numbers with 2 decimals at all times

I would like to display the input of the EditText fields with two decimals at all times. So when the …

android decimal android-edittext input-filtering
How do I set multiple input types in an EditText on Android?

I am trying to create an EditText with auto-capitalization and auto-correction implemented. I have manually figured out how to add …

android android-edittext bitwise-operators input-filtering
android:inputType, textCapWords after textCapCharacters doesnt work

I got one EditText and I set Input filter fist I give textCapCharacters and when soft keyboard is shown it …

android android-edittext input-filtering