import React, { InputHTMLAttributes } from 'react'; import { SelectProps, FieldProps } from '../../types'; export interface DropdownFieldProps extends FieldProps, SelectProps { /** * Size attribute for the rendered HTML `