Project

General

Profile

Actions

Feature #10115

open

TypeAhead: static list

Added by Carsten Rose about 4 years ago. Updated about 4 years ago.

Status:
New
Priority:
Normal
Assignee:
Carsten Rose
Target version:
Start date:
13.02.2020
Due date:
% Done:

100%

Estimated time:
Discuss:
Prio Planung:
Vote:

Description

Neues Attribute: data-typeahead-list.

Inhalt JSON kodiert, genau wie die bisherige AJAX Response.

Actions #1

Updated by Carsten Rose about 4 years ago

  • Tracker changed from Support to Feature
Actions #2

Updated by Marc Egger about 4 years ago

  • Status changed from New to In Progress
Actions #3

Updated by Marc Egger about 4 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.

Branch10115ThypeAheadStaticList2

Mockup: typeahead.php

Input HTML Attribute: data-typeahead-static-list

expected JSON string example: [{value: "Alaska", key: "AK"}, {value: "Alabama", key: "AL"}]

Actions #4

Updated by Marc Egger about 4 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

Also available in: Atom PDF