Select: Allow custom value for selects (#19775)

* WIP: simple poc of allow custom value for selects

* Add support for custom value in segment

* Update snapshots
This commit is contained in:
Torkel Ödegaard
2019-10-15 15:08:56 +02:00
committed by GitHub
parent 7963422df0
commit d0d59b8001
12 changed files with 128 additions and 3 deletions

View File

@@ -68,6 +68,7 @@ exports[`Render PromQueryEditor with basic options should render 1`] = `
Resolution
</div>
<Select
allowCustomValue={false}
autoFocus={false}
backspaceRemovesValue={true}
className=""
@@ -134,6 +135,7 @@ exports[`Render PromQueryEditor with basic options should render 1`] = `
Format
</div>
<Select
allowCustomValue={false}
autoFocus={false}
backspaceRemovesValue={true}
className=""