Skip to content

Commit bad0049

Browse files
author
Tanner Reits
committed
fix(): set first option selected in select-popover test page
1 parent e5d7522 commit bad0049

File tree

1 file changed

+1
-1
lines changed
  • core/src/components/select-modal/test/basic

1 file changed

+1
-1
lines changed

core/src/components/select-modal/test/basic/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<script>
3333
const selectModal = document.querySelector('ion-select-modal');
3434
selectModal.options = [
35-
{ value: 'apple', text: 'Apple', disabled: false, checked: false },
35+
{ value: 'apple', text: 'Apple', disabled: false, checked: true },
3636
{ value: 'banana', text: 'Banana', disabled: false, checked: false },
3737
];
3838
</script>

0 commit comments

Comments
 (0)