1
0
Fork 0
mirror of synced 2024-07-11 01:06:04 +12:00

Merge branch 'master' into fix/selected-by-user-obscured-nav-item

This commit is contained in:
Andrew Kingston 2023-10-12 08:34:21 +01:00 committed by GitHub
commit 052ec2a7ed
3 changed files with 13 additions and 1 deletions

View file

@ -1,5 +1,5 @@
{
"version": "2.11.27",
"version": "2.11.28",
"npmClient": "yarn",
"packages": [
"packages/*"

View file

@ -3419,6 +3419,17 @@
"value": "custom"
}
},
{
"type": "event",
"label": "On change",
"key": "onChange",
"context": [
{
"label": "Field Value",
"key": "value"
}
]
},
{
"type": "validation/string",
"label": "Validation",

View file

@ -128,6 +128,7 @@
<div class="manual-input">
<Input
bind:value
updateOnChange={false}
on:change={() => {
dispatch("change", value)
}}