diff --git a/types/index.d.ts b/types/index.d.ts index 4632e4c..478c429 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -949,6 +949,13 @@ export default class Choices { replaceChoices?: boolean, ): this; + /** + * Clear all choices from select. + * + * **Input types affected:** select-one, select-multiple + */ + clearChoices(): this; + /** * Removes all items, choices and groups. Use with caution. *