Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
This property enables or disables automatic focus on the first writable form element upon loading, streamlining user input. |
| What area does it affect? |
Form behavior |
| What does the default mean? |
The default value is "true", which means this behavior is enabled by default. |
| When should you review it? |
Review this property when optimizing form usability or addressing user feedback on form interactions. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.ui.focus_first_element |
| Sys ID |
7e57ac640a0a0bc0009f909b033898fd |
| Type |
boolean |
| Application |
Global |
| Default value |
true |
| Description |
On form load, focus on first writable element. |
| Updated |
2024-05-25 04:34:42 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... users who use screen readers so they can find all the elements on a form. Procedure 1. Navigate to All > System Properties > UI Properties. 2. Set the property glide.ui.focus_first_element to false. Hide the template bar for a table Administrators can hide the template bar for a table by creating a system property. Before you begin Role required: admin About ...
Context preview
Snippet 2
... additional content above the field that receives focus. Procedure 1. Navigate to All > System Properties > UI Properties. 2. Locate the On form load, focus on first writable element. (glide.ui.focus_first_element) property. 3. Clear the checkbox to turn off first field focus. Note: If your instance has list v3 enabled, instead navigate to All > User Administration > User Preferences instead ...
Related properties