Hi Everyone I've got an `<input type="date" min...
# suitecommerce
n
Hi Everyone I've got an
<input type="date" min="..." max="...">
in a custom SC page. It works correctly (greys out invalid days) on an isolated test page, but on the real SCA page the input gets converted to
type="text"
at runtime with a custom calendar widget replacing the native picker so min/max no longer visually restricts anything. Is this a known SC behavior (some core date-field enhancer)? Is there a supported way to feed min/max constraints into whatever widget SCA swaps it for, so it actually blocks invalid days in the calendar UI itself?