import { picklistAsync } from "https://deno.land/x/valibot@v0.30.0/src/schemas/index.ts";
Creates an async picklist schema.
Type Parameters
TOptions extends PicklistOptions
Parameters
options: TOptions
The picklist options.
optional
message: ErrorMessageThe error message.
Returns
An async picklist schema.