mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
Merge pull request #9849 from chingyawhao/master
Added Materialize.updateTextFields();
This commit is contained in:
@@ -238,3 +238,5 @@ var tabsHtml = '<div class="row">' +
|
||||
|
||||
// Transitions
|
||||
Materialize.showStaggeredList('#staggered-test');
|
||||
|
||||
Materialize.updateTextFields();
|
||||
Vendored
+5
@@ -319,6 +319,11 @@ declare namespace Materialize {
|
||||
* @name selector the selector for the image to fade in
|
||||
*/
|
||||
fadeInImage(selector:string): void;
|
||||
|
||||
/**
|
||||
* Update all text field to reinitialize all the Materialize labels on the page if dynamically adding inputs
|
||||
*/
|
||||
updateTextFields(): void;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user