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
After element has been edited and editable is closed.
A large blank gets added to the parent after the editable is closed. This occurs after both submit and cancel.
The following is the editable code that I have implemented. <a ng-repeat="(key, value) in item" href="#" e-rows="1" e-cols="30" ng-class="{$last:'editable-textarea'}" e-style="width: 300px" editable-textarea="value" e-label="{{key}}" onaftersave="view.saveGridResource(topKey,item,key, value, resource)">{{value||"empty"}}</a>
How do I solve this blank space being added after any element?
The text was updated successfully, but these errors were encountered:
Before clicking on any editable element.
After any of the element is clicked.
After element has been edited and editable is closed.
A large blank gets added to the parent after the editable is closed. This occurs after both submit and cancel.
The following is the editable code that I have implemented.
<a ng-repeat="(key, value) in item" href="#" e-rows="1" e-cols="30" ng-class="{$last:'editable-textarea'}" e-style="width: 300px" editable-textarea="value" e-label="{{key}}" onaftersave="view.saveGridResource(topKey,item,key, value, resource)">{{value||"empty"}}</a>
How do I solve this blank space being added after any element?
The text was updated successfully, but these errors were encountered: