New drop-menu for picking a standard bit size.

This commit is contained in:
David Carley
2022-08-18 20:30:53 +00:00
parent 1bd096e55c
commit c1b93270e7
12 changed files with 278 additions and 189 deletions

View File

@@ -3,7 +3,7 @@
import TextField from "@smui/textfield";
import Button, { Label } from "@smui/button";
import { ControllerMethods } from "$lib/RegisterControllerMethods";
import { virtualKeyboardChangeHelper } from "$lib/customActions";
import { virtualKeyboardChange } from "$lib/CustomActions";
export let open: boolean;
export let axis = "";
@@ -43,7 +43,7 @@
label="Position"
type="number"
bind:value
use={[[virtualKeyboardChangeHelper, (newValue) => (value = newValue)]]}
use={[[virtualKeyboardChange, (newValue) => (value = newValue)]]}
spellcheck="false"
variant="filled"
style="width: 100%;"