mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
FieldNamePicker: support the isClearable option (#63828)
This commit is contained in:
@@ -195,4 +195,7 @@ export interface FieldNamePickerConfigSettings {
|
||||
* Placeholder text to display when nothing is selected.
|
||||
*/
|
||||
placeholderText?: string;
|
||||
|
||||
/** When set to false, the value can not be removed */
|
||||
isClearable?: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user