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 May 25, 2019. It is now read-only.
I have an issue with my form element being marked as "$dirty" when the view value contains a space or spaces before line break characters. I am not sure if the line breaks are going to show up properly in this comment, if not there is a carriage return before the "order by" clause. :)
for example this will show as "dirty":
"select distinct name from my_customers ↵order by name"
and this will correctly be shown as pristine/unchanged:
"select distinct name from my_customers↵order by name"
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have an issue with my form element being marked as "$dirty" when the view value contains a space or spaces before line break characters. I am not sure if the line breaks are going to show up properly in this comment, if not there is a carriage return before the "order by" clause. :)
for example this will show as "dirty":
"select distinct name from my_customers ↵order by name"
and this will correctly be shown as pristine/unchanged:
"select distinct name from my_customers↵order by name"
The text was updated successfully, but these errors were encountered: