UNPKG

@public-ui/components

Version:

Contains all web components that belong to KoliBri - The accessible HTML-Standard.

4 lines 353 B
/*! * KoliBri - The accessible HTML-Standard */ import{w as watchValidator}from"./common.js";const autoCompleteOptions=["on","off"],validateAutoComplete=(t,o)=>{watchValidator(t,"_autoComplete",(t=>autoCompleteOptions.includes(t)||"string"==typeof t&&t.length>0),new Set(autoCompleteOptions),o,{defaultValue:"off"})};export{validateAutoComplete as v};