+++ # ----------------------------------------------------------------------- # Do not edit this file. It is automatically generated by API Documenter. # ----------------------------------------------------------------------- title = "SelectValueEditor" keywords = ["grafana","documentation","sdk","@grafana/ui"] type = "docs" +++ ## SelectValueEditor() function ### SelectValueEditor() function Signature ```typescript export declare function SelectValueEditor({ value, onChange, item, }: FieldConfigEditorProps>): JSX.Element; ``` Import ```typescript import { SelectValueEditor } from '@grafana/ui'; ``` Parameters | Parameter | Type | Description | | --- | --- | --- | | { value, onChange, item, } | FieldConfigEditorProps<T, SelectFieldConfigSettings<T>> | | Returns: `JSX.Element`