Skip to content
This repository has been archived by the owner on May 25, 2019. It is now read-only.

Form being marked as dirty when text contains line breaks preceeded by a space #112

Open
ghost opened this issue Sep 22, 2015 · 0 comments

Comments

@ghost
Copy link

ghost commented Sep 22, 2015

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"

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants