Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.



Note
titleContent Freeze

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

By default, auto complete boxes will submit a blank value in the case where the value field is different from the search/display fileld and no record matching the search term is found. This option can be set to false to allow the value typed into the text box to submit to the server in this case.

...

Code Block
javascript
javascript

pui["force auto complete match"]= false;

...