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
{{ message }}
This repository has been archived by the owner on May 16, 2021. It is now read-only.
When you clone a set of form elements to duplicate, it's not possible to restore or update these elements and even you can't try to rebuild calling uniform() for these elements because they still have the HTML pieces on it.
I think that update() and restore() needs to work with elements not uniformed too, at least restore().
The text was updated successfully, but these errors were encountered:
Run $.uniform.restore('select'); before the clone or elements are appended. Then after the elements are cloned/appened, reapply uniform: $('select').uniform();
That cleared it up in my build. Hopefully that helps.
When you clone a set of form elements to duplicate, it's not possible to restore or update these elements and even you can't try to rebuild calling uniform() for these elements because they still have the HTML pieces on it.
I think that update() and restore() needs to work with elements not uniformed too, at least restore().
The text was updated successfully, but these errors were encountered: