dialog: don't default to scrollable demo to open
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
let dateInputValue = $state<CalendarDate | undefined>(undefined);
|
||||
let checkboxValue = $state<CheckboxState>('indeterminate');
|
||||
let dialogOpen = $state(false);
|
||||
let scrollableDialogOpen = $state(true);
|
||||
let scrollableDialogOpen = $state(false);
|
||||
let toggleOptions: Option[] = $state([
|
||||
'item one',
|
||||
'item two',
|
||||
|
||||
Reference in New Issue
Block a user