MDL-56292 core: auto_rows should fire event on element
This commit is contained in:
@@ -80,7 +80,7 @@ define(['jquery'], function($) {
|
||||
|
||||
if (rows != currentRows) {
|
||||
element.attr('rows', rows);
|
||||
$(document).trigger(EVENTS.ROW_CHANGE);
|
||||
$(root).trigger(EVENTS.ROW_CHANGE);
|
||||
}
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user