forked from MapComplete/MapComplete
Use arguments
This commit is contained in:
parent
b8b194d04b
commit
a944a26e9c
5 changed files with 27 additions and 6 deletions
|
|
@ -27,6 +27,8 @@
|
|||
inline = false
|
||||
inline = config.freeform?.inline
|
||||
}
|
||||
let helperArgs = config.freeform?.helperArgs
|
||||
let key = config.freeform?.key
|
||||
|
||||
const dispatch = createEventDispatcher<{ selected }>()
|
||||
export let feedback: UIEventSource<Translation>
|
||||
|
|
@ -75,6 +77,9 @@
|
|||
type={config.freeform.type}
|
||||
{value}
|
||||
{state}
|
||||
{tags}
|
||||
{helperArgs}
|
||||
{key}
|
||||
on:submit
|
||||
/>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue