Skip to main content

Suggest

Free text with autocomplete over a fixed option set: as you type, the suggestions are fuzzy-matched and ranked by relevance with the matched characters highlighted; Up/Down highlight a suggestion, Enter accepts the highlighted suggestion or the typed text as-is. Long lists page around the cursor - set the window with ->pageSize().

$p->suggest('php_version', 'PHP version')->default('8.4')->options(['8.1' => '8.1', '8.2' => '8.2', '8.3' => '8.3', '8.4' => '8.4']);
ANSINo ANSI
UnicodeSuggest: Unicode + ANSISuggest: Unicode + No ANSI
ASCIISuggest: ASCII + ANSISuggest: ASCII + No ANSI