I am looking to create an input field where users can enter coordinates in the format of 2°48'00.2"N 42°12'28.8"W. The input should have multiple fields with hard coded special characters separating them, similar to how a card expiry date is entered online. Rather than using separate inputs for each character, I would like to find a better approach that allows users to easily enter their coordinate information in one cohesive unit. Perhaps using JavaScript to concatenate the values from the different fields while still providing placeholders like [00°00'00.0"N 00°00'00.0"W] to guide users on the expected format. I welcome any suggestions or ideas on how to improve this input design. Thank you!