tapis-project / authenticator

BSD 3-Clause "New" or "Revised" License
1 stars 3 forks source link

Lock Form Fields and Button on Submit #79

Open wesleyboar opened 1 month ago

wesleyboar commented 1 month ago

Request

  1. Could the form be locked (both fields and submit button) after submit is pressed and the request is being made?

Reference

Locking could be accomplished by wrapping with a fieldset and applying disabled readonly while the request is active, but would require some javascript to handle that state.

wesleyboar commented 1 month ago

Renamed to "Lock …" (not "Disable …") because disabled fields are not submitted.