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
I've found that phantomJS doesn't seem to respect the line below (making the type of the button truly submit). Is this a known issue/ does a workaround or explanation exist anywhere that I could read up on this? Mostly curious why chrome generates the correct html and phantom 1.9.16 doesn't
Actually, that PR (while touching the same code path) is for a different issue, albeit similar. <button> type issue was reported here emberjs/ember.js#11112 and fixed here tildeio/htmlbars#355
I've found that phantomJS doesn't seem to respect the line below (making the type of the button truly submit). Is this a known issue/ does a workaround or explanation exist anywhere that I could read up on this? Mostly curious why chrome generates the correct html and phantom 1.9.16 doesn't
https://github.com/dockyard/ember-cli-async-button/blob/master/addon/components/async-button.js#L17
Thanks again for maintaining such a great OSS project !
The text was updated successfully, but these errors were encountered: