Variable: NATIVE_INPUT_ATTRS
constNATIVE_INPUT_ATTRS: readonly ["type","minLength","maxLength","pattern","min","max","step"]
Defined in: packages/core/src/resolve-native-attrs.ts:10
The set of DOM-valid native input attributes extracted from field.props.
This is the single source of truth so runtime and codegen agree on which props
flow through to the native element. Extend deliberately, not blindly.