Add required prop to Select.

Upgrade sveld to set paths correctly on Windows.
Make Prettier script compatible with Windows and run it.
This commit is contained in:
Harald Brunner 2022-01-03 13:29:59 +01:00
commit 3ffdd5f22b
14 changed files with 49 additions and 48 deletions

View file

@ -9419,6 +9419,17 @@
"isFunctionDeclaration": false,
"constant": false,
"reactive": true
},
{
"name": "required",
"kind": "let",
"description": "Set to `true` to mark the field as required",
"type": "boolean",
"value": "false",
"isFunction": false,
"isFunctionDeclaration": false,
"constant": false,
"reactive": false
}
],
"slots": [

View file

@ -13,7 +13,7 @@
<h6>on:match</h6>
<pre>
{JSON.stringify(events,null, 2)}
{JSON.stringify(events, null, 2)}
</pre>
<style>