forked from MapComplete/MapComplete
A11y: add labels to previously unlabeled buttons, fix order
This commit is contained in:
parent
736ab13ceb
commit
fdde0aaeb3
21 changed files with 287 additions and 86 deletions
|
@ -1,5 +1,11 @@
|
|||
<script lang="ts">
|
||||
// Testing grounds
|
||||
import { UIEventSource } from "../Logic/UIEventSource"
|
||||
import SlopeInput from "./InputElement/Helpers/SlopeInput.svelte"
|
||||
let value: UIEventSource<string> = new UIEventSource(undefined)
|
||||
</script>
|
||||
|
||||
<div class="w-full">No tests</div>
|
||||
<div class="w-full flex flex-col">
|
||||
<div>Value: {$value}</div>
|
||||
</div>
|
||||
<SlopeInput {value}></SlopeInput>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue