You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When filling out a field which has a character limit (e.g. Photo caption or Photo credit) when a user goes to click the save button - the on focus loss event or which event is responsible for removing the character count fires before the onclick even on the button:
This means that from the user's perspective they seem to be clicking the button twice before it actually saves.
The text was updated successfully, but these errors were encountered:
When filling out a field which has a character limit (e.g. Photo caption or Photo credit) when a user goes to click the save button - the on focus loss event or which event is responsible for removing the character count fires before the onclick even on the button:
This means that from the user's perspective they seem to be clicking the button twice before it actually saves.
The text was updated successfully, but these errors were encountered: