data-request-message
displays a progress message with the specified text, shown while the request is running.
Show a flash message while the request is loading.
html
<button
data-request="onUpdate"
data-request-message="Loading...">
Save Changes
</button>