Releases: seeq12/angular-editable-text
Releases · seeq12/angular-editable-text
2.0.12
Compare
Sorry, something went wrong.
No results found
Add 'autocomplete' attribute, to allow disabling it on the embedded input field.
2.0.10
Compare
Sorry, something went wrong.
No results found
Add no-animate classes to ng-show/ng-hide elements, so that animation can be turned off using $animationProvider.classNameFilter to avoid angular/angular.js#14015
2.0.9
Compare
Sorry, something went wrong.
No results found
Fixed "Select All" behavior.
2.0.8
Compare
Sorry, something went wrong.
No results found
Made the use of the ellipsis toggle-able.
2.0.7
Compare
Sorry, something went wrong.
No results found
Forcing min width to 100% so that the input does not resize as text is being entered, as it is distracting to the user.
2.0.6
Compare
Sorry, something went wrong.
No results found
Adding ability for ellipsis to work properly for long strings
2.0.5
Compare
Sorry, something went wrong.
No results found
Removed ng-click handler, since it isn't necessary now that we're handling ng-focus; it eliminates click-handling issues in IE
2.0.4
Compare
Sorry, something went wrong.
No results found
When used together, gg-select-all and gg-keep-focus will automatically select all text on Enter
Removed some unnecessary manual sizing code which caused the input field to grow slightly over time
2.0.3
Compare
Sorry, something went wrong.
No results found
Added gg-keep-focus attribute to keep focus on the input field on Enter/Return
2.0.2
Compare
Sorry, something went wrong.
No results found
Added ng-focus on input field, so that tabbing works as expected