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
What version are you using?
2.21.2
What browser?
Chrome Version 87.0.4280.88
Expected Behavior
Expect not to receive warnings in the console about elements with duplicate IDs
Actual Behavior
When multiple tables on the same page have the search box enabled then more than one element with the id #vgt-search exists.
Steps to Reproduce the Problem
This problem actually exists on the docs page here. Just open DevTools when loading the page and you will see warning:
[DOM] Found 2 elements with non-unique id #vgt-search: (More info: https://goo.gl/9p2vKq) <input id="vgt-search" type="text" value class="vgt-input vgt-pull-left">
The text was updated successfully, but these errors were encountered:
Issue Type (delete the irrelevant ones)
Specs
What version are you using?
2.21.2
What browser?
Chrome Version 87.0.4280.88
Expected Behavior
Expect not to receive warnings in the console about elements with duplicate IDs
Actual Behavior
When multiple tables on the same page have the search box enabled then more than one element with the id
#vgt-search
exists.Steps to Reproduce the Problem
This problem actually exists on the docs page here. Just open DevTools when loading the page and you will see warning:
[DOM] Found 2 elements with non-unique id #vgt-search: (More info: https://goo.gl/9p2vKq) <input id="vgt-search" type="text" value class="vgt-input vgt-pull-left">
The text was updated successfully, but these errors were encountered: