Merge branch 'master' into fix/selected-by-user-obscured-nav-item
This commit is contained in:
commit
052ec2a7ed
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "2.11.27",
|
"version": "2.11.28",
|
||||||
"npmClient": "yarn",
|
"npmClient": "yarn",
|
||||||
"packages": [
|
"packages": [
|
||||||
"packages/*"
|
"packages/*"
|
||||||
|
|
|
@ -3419,6 +3419,17 @@
|
||||||
"value": "custom"
|
"value": "custom"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "event",
|
||||||
|
"label": "On change",
|
||||||
|
"key": "onChange",
|
||||||
|
"context": [
|
||||||
|
{
|
||||||
|
"label": "Field Value",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "validation/string",
|
"type": "validation/string",
|
||||||
"label": "Validation",
|
"label": "Validation",
|
||||||
|
|
|
@ -128,6 +128,7 @@
|
||||||
<div class="manual-input">
|
<div class="manual-input">
|
||||||
<Input
|
<Input
|
||||||
bind:value
|
bind:value
|
||||||
|
updateOnChange={false}
|
||||||
on:change={() => {
|
on:change={() => {
|
||||||
dispatch("change", value)
|
dispatch("change", value)
|
||||||
}}
|
}}
|
||||||
|
|
Loading…
Reference in New Issue