mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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:
@@ -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=""
|
||||
|
||||
Reference in New Issue
Block a user