Text entry fields are an exception because they accept data. As a developer, you determine when the entry in a text field is registered. Typically, registration is deferred until one of the following events: the user makes no input for a specified time, enters a specified number of characters, clicks outside the entry field, or tabs to another field.
The default setting for a control automatically appears set when the user first opens the dialog box or panel that contains the control.