The docs mention that we do not currently take the disabled HTML attribute into account.
However, I just found a scenario where the submit button is disabled by default, and enabled through JavaScript once the search input field is non-empty. I wonder if disabled support may be counterproductive, or if implemented, if it should maybe be off by default.
The docs mention that we do not currently take the
disabledHTML attribute into account.However, I just found a scenario where the submit button is disabled by default, and enabled through JavaScript once the search input field is non-empty. I wonder if
disabledsupport may be counterproductive, or if implemented, if it should maybe be off by default.