Actions
Feature #10115
openTypeAhead: static list
Start date:
13.02.2020
Due date:
% Done:
100%
Estimated time:
Discuss:
Prio Planung:
Description
Neues Attribute: data-typeahead-list.
Inhalt JSON kodiert, genau wie die bisherige AJAX Response.
Updated by Carsten Rose over 3 years ago
- Tracker changed from Support to Feature
Updated by Marc Egger over 3 years ago
- Status changed from In Progress to New
- Assignee changed from Marc Egger to Carsten Rose
Done. but only tested with mockup since Backend is not yet implemented.
If SIP attribute (data-typeahead-sip) and the static list are both given, then suggestions are taken from both sources.
Branch: 10115ThypeAheadStaticList2
Mockup: typeahead.php
Input HTML Attribute: data-typeahead-static-list
expected JSON string example: [{value: "Alaska", key: "AK"}, {value: "Alabama", key: "AL"}]
Updated by Marc Egger over 3 years ago
I've renamed the attribute from data-typeahead-tag-static-list to data-typeahead-static-list since it is not only for tag typeahead.
Branch: F9517TagInput
Actions