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
{{ message }}
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.
I'd like to propose two new filters which can be used to prefix or suffix a value before it is validated:
StringPrefix - Adds a static string to the beginning of the value.
StringSuffix - Adds a static string to the end of the value.
This can be useful in cases where an input box statically has a prefix or suffix and you want this value to be in the end-result as well. For example like this:
I'd like to propose two new filters which can be used to prefix or suffix a value before it is validated:
This can be useful in cases where an input box statically has a prefix or suffix and you want this value to be in the end-result as well. For example like this:
What do you think?
The text was updated successfully, but these errors were encountered: