My challenge involves an input field with a value (model) in microseconds (e.g. 1950), and a filter that converts the microseconds into a human-readable format such as 00:19.50 (which is displayed in the input field). How can I ensure or enforce that the user maintains this format?