chore: fix issues found in markdown files by linters
This commit is contained in:
parent
1114500103
commit
0460cebe27
2 changed files with 9 additions and 9 deletions
|
|
@ -42,11 +42,11 @@ import '@lion/select/lion-select.js';
|
||||||
```
|
```
|
||||||
|
|
||||||
You can preselect an option by setting the property modelValue.
|
You can preselect an option by setting the property modelValue.
|
||||||
```html
|
```html
|
||||||
<lion-select
|
<lion-select
|
||||||
name="favoriteColor"
|
name="favoriteColor"
|
||||||
.modelValue="${'<value of option 2>'}"
|
.modelValue="${'<value of option 2>'}"
|
||||||
>
|
>
|
||||||
...
|
...
|
||||||
</lion-select>
|
</lion-select>
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue