 |

Removing TextFields completely when the user removes their text
A TextField consists of text and additional data and can be handled like normal text. But there is an important difference: If you select a TextField and press {DELETE}, only the text is removed and the TextField is still active. In fact, the TextField is anchored to an input position, such as formatting information. This sample shows how to remove the field completely when the user removes the text.
Read the full article

|