forked from MapComplete/MapComplete
Fix #896: improve placeholder dynamism, add more tests for UI code
This commit is contained in:
parent
94475e4d4d
commit
972d702315
7 changed files with 148 additions and 66 deletions
|
@ -70,7 +70,7 @@ export class TextFieldDef {
|
|||
value?: UIEventSource<string>,
|
||||
inputStyle?: string,
|
||||
feedback?: UIEventSource<Translation>
|
||||
placeholder?: string | BaseUIElement,
|
||||
placeholder?: string | Translation | UIEventSource<string>,
|
||||
country?: () => string,
|
||||
location?: [number /*lat*/, number /*lon*/],
|
||||
mapBackgroundLayer?: UIEventSource</*BaseLayer*/ any>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue