CheckboxList, Modal, Select, & .link-group fixes

This commit is contained in:
venashial
2022-07-01 17:20:08 -07:00
parent c8a2fb92d2
commit 4c7fc79843
6 changed files with 20 additions and 7 deletions

View File

@@ -12,11 +12,11 @@
export let options: Option[] = []
export let value: string | number
export let selected: Option | undefined
export let color = ''
export let label = ''
export let icon = null
let selected: Option | undefined
let open = false
let direction = 'down'
let checkingDirection = false