import { Select } from '../Fields'; import { Action } from '../Elements'; const ControlSelect = ( { options, value, onChange, placeholder, isMulti = false, } ) => (