forked from MapComplete/MapComplete
UX: fix #1831
This commit is contained in:
parent
6abe3c7d32
commit
06bda85d29
3 changed files with 27 additions and 18 deletions
|
@ -2,6 +2,8 @@
|
|||
import Loading from "./Base/Loading.svelte"
|
||||
import Community from "../assets/svg/Community.svelte"
|
||||
import Login from "../assets/svg/Login.svelte"
|
||||
import Dropdown from "./Base/Dropdown.svelte"
|
||||
import { UIEventSource } from "../Logic/UIEventSource"
|
||||
</script>
|
||||
|
||||
<div>
|
||||
|
@ -74,6 +76,10 @@
|
|||
HTML (mimicks a
|
||||
<span class="literal-code">checked</span>
|
||||
-element)
|
||||
<Dropdown value={new UIEventSource("abc")}>
|
||||
<option>abc</option>
|
||||
<option>def</option>
|
||||
</Dropdown>
|
||||
</label>
|
||||
<label for="css">
|
||||
<input id="css" name="fav_language" type="radio" value="CSS" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue