import { Frame } from "https://deno.land/x/pptr@1.2.0/mod.ts";
Triggers a change
and input
event once all the provided options have
been selected.
Examples
Example 1
Example 1
frame.select('select#colors', 'blue'); // single selection
frame.select('select#colors', 'red', 'green', 'blue'); // multiple selections