eRelated Pages: << Links to related pages, if relevant >>
Table of Contents | ||||
---|---|---|---|---|
|
...
Where inline inputs are used, changes are persisted every time an input is edited. There is no need for a global save Save and cancelCancel.
...
Types
Type | Usage | Input | Regular (Reading Mode) | Active (Editing Mode) |
---|---|---|---|---|
Inline Text Inputs | Inline text inputs are variants of the standard Text Field and Text Area components. | Text Field | ||
Text Area | ||||
Inline Selection Inputs | Inline selection inputs are variants of standard selection components, such as a Drop-down Menu, Date Picker, or Time Picker. | Dropdown Drop-down Menu | ||
Date Picker |
Usage & Behavior
...
A label, containing either the current content or informative placeholder text.
An input field, corresponding to the standard Text Area or Text Field component.
Save and Cancel action buttons.
A progress indicator, to show changes being saved.
Inline selection inputs consist of:
...
When the input field is active, Save and Cancel options will be shown.
When Save is selected:
a spinning progress indicator is shown,
the changes are applied, and
the input returns to the regular state.
When Cancel is selected:
unapplied changes are discarded, and
the input returns to the regular state.
Clicking outside of the text input field:
returns it to the regular state, and
applies any changes.
All other interactions should follow the standard Text Area or Text Field components.
Selection Inputs
When a selection is made:
a spinning progress indicator is shown in place of the trigger icon,
the selection is applied, and
the input returns to the regular state.
Clicking outside of an active input closes it.
...
Please refer to the Progress Indicator page for more information.
Best practices
Use:
On on screens where information needs to be updated frequently.
For for forms which have previously been completed, and only some fields subsequently need to be edited.
Where where it would be undesirable to change the user’s view.
Don’t use:
For for critical tasks or blank forms on first creation → use the standard component version instead.
Where where there’s lots of non-interactive guiding text on the same page.
...
Unless otherwise specified, see our general compliance information in Fundamentals - Accessibility.
Focus management
See the individual component pages for more information.
Keyboard | Regular state | Active state |
---|---|---|
Enter | Enters editing mode | Saves |
Esc | N/A | Cancels |
Tab | Navigates to the next component | Navigates to the next action |
Shift + Tab | Navigates to the previous component | Navigates to the previous action |
See the individual component pages for more information.
Responsive Design
Verint products should dynamically respond to the user’s screen size, platform, and orientation, supporting all devices down to the common tablet size (960px width).
...
Design
Zeplin link | Screen thumbnail |
---|---|
Inline Text Field - https://zpl.io/Q0L0nKn | |
Inline Text Area - https://zpl.io/O0M0nEl | |
Inline Date Picker - https://zpl.io/L484no6 | |
Inline Dropdown Menu - https://zpl.io/9qgqzXw |
Code
<<a box containing the code - when there is no code to present use the Coming Soon GIF>>
...