Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
import type { Field } from '../types';
export default (options: Field['_f']) =>
options.mount &&
(options.required ||
options.min ||
options.max ||
options.maxLength ||
options.minLength ||
options.pattern ||
options.validate);