Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Content Freeze

As of July 25th, 2023, there is a content freeze on this page.

Auto-complete textboxes by default show a list of suggestions after the user inputs some text that matches auto-complete data. To select any of those options the user must click one via the mouse or use the arrow keys and press Enter.

When users prefer to select the first option and advance to the next tab, there is a configuration option to change the default behavior.

Add pui["autocomplete tab selects"] to a settings JavaScript file to allow a user to use the "tab" key to choose the first option and advance to the next tab in one stroke.


Example Setting
pui["autocomplete tab selects"] = true;

Where do you save this configuration option? Here. 

This configuration option is available with versions of Profound UI later than Version 6 Fix Pack 5.0.

  • No labels