We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5d7522 commit bad0049Copy full SHA for bad0049
core/src/components/select-modal/test/basic/index.html
@@ -32,7 +32,7 @@
32
<script>
33
const selectModal = document.querySelector('ion-select-modal');
34
selectModal.options = [
35
- { value: 'apple', text: 'Apple', disabled: false, checked: false },
+ { value: 'apple', text: 'Apple', disabled: false, checked: true },
36
{ value: 'banana', text: 'Banana', disabled: false, checked: false },
37
];
38
</script>
0 commit comments