lucioperca
lucioperca
Fixes #425 by correctly positioning the suggestions overlay at the right side of the input when appropriate. * Adds `right` as a property for `SuggestionsOverlay`. * Includes `right` when destructuring...
**Steps to reproduce:** 1. Open the basic react-mentions demo page. 2. Under scrollable container, type a long input string until the text nears the right side of the container. 3....
When the `confirmChange` property is provided and returns `false` for a given item and parent, AND the parent is currently expanded, the item is prohibited from being dragged below the...
Restangular is configured with ```setPlainByDefault(true)```. When running a query such as ```get()``` or ```getList()``` that retrieves a response with an ETag exposed, the result contains restangularEtag. ``` angular.module('app', ['restangular']) .config(function(RestangularProvider)...
Updated to demonstrate and resolve the issue in #1453