-
Notifications
You must be signed in to change notification settings - Fork 354
Select2 form field is always dirty #268
Comments
If you create a demo I may be able to tackle this one. |
I'm thinking we can do something like |
The previous comment/reference doesn't seem like the same thing since it has to do with $dirty not being set where this is about a ui-select2 always being $dirty. It seems to be the same as this post which has a partial workaround when using but not when using (which is my problem): |
AngularUI is currently undergoing a restructure. This project will no longer hold the codebase, can you please relocate this to https://github.com/angular-ui/ui-select2 (after confirming it's still necessary with the latest code)? |
This repo is discontinued. The project has been relocated here: https://github.com/angular-ui/ui-select2 Please reopen this issue there if it is still relevant. |
Upon creating Select2 element is always dirty, even if no changes were done.
This happens because we trigger 'change' event for the element.
The text was updated successfully, but these errors were encountered: