Select.raw constructor
const
Select.raw({})
Const constructor for <select> without attribute and event shorthands.
Implementation
const Select.raw({
super.className,
super.style,
super.attrs,
super.on,
super.children = const [],
}) : super('select');