Autocomplete: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
"title": "Autocomplete example", | "title": "Autocomplete example", | ||
"properties": { | "properties": { | ||
"text": { | "text": { | ||
"type": "string", | "type": "string", | ||
"x-input": " | "x-input": "LookupElement", | ||
"title": "Wikipedia lookup (Page titles)", | "title": "Wikipedia lookup (Page titles)", | ||
"description": "Enter a text of minimum 3 characters.", | "description": "Enter a text of minimum 3 characters.", | ||
| Line 23: | Line 17: | ||
"text2": { | "text2": { | ||
"type": "string", | "type": "string", | ||
"x-input": " | "x-input": "LookupElement", | ||
"title": "DAWA lookup (Danish streetnames)", | "title": "DAWA lookup (Danish streetnames)", | ||
"description": "Enter a text of minimum 3 characters.", | "description": "Enter a text of minimum 3 characters.", | ||
| Line 34: | Line 28: | ||
"text3": { | "text3": { | ||
"type": "string", | "type": "string", | ||
"x-input": " | "x-input": "LookupElement", | ||
"title": "Local form lookup (Font names from 'possibleFonts' array)", | "title": "Local form lookup (Font names from 'possibleFonts' array)", | ||
"description": "Enter a text of minimum 1 characters. (Try 'a')", | "description": "Enter a text of minimum 1 characters. (Try 'a')", | ||
| Line 44: | Line 38: | ||
"possibleFonts": { | "possibleFonts": { | ||
"type": "array", | "type": "array", | ||
"x- | "x-layout": "table", | ||
"items": { | "items": { | ||
"type": "string" | "type": "string" | ||
Latest revision as of 00:00, 15 January 2001
| type | "object" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| title | "Autocomplete example" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| properties |
|