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 entering strings into forms, user's sometimes copy/paste with an extra space in front of the name. This is very hard for a human to see. But it causes problems for sorting, and searching for computers.
The data entry fields should trim strings by removing blank spaces in front and also trailing. This applies to all string fields including name, alternate name, etc.
Also trim '\n' which represent hitting enter to create a new line.
When entering strings into forms, user's sometimes copy/paste with an extra space in front of the name. This is very hard for a human to see. But it causes problems for sorting, and searching for computers.
The data entry fields should trim strings by removing blank spaces in front and also trailing. This applies to all string fields including name, alternate name, etc.
Also trim '\n' which represent hitting enter to create a new line.
Related to alphabetical sort order issue: https://github.com/culturecreates/footlight-calendar-api/issues/386
The text was updated successfully, but these errors were encountered: