Search an option inside a dataList (version: 0)
Benchmark.js
Different methods to check if an option is inside a dataList
Comparing performance of:Using each (jQuery) vs Using find (jQuery) vs Search inside an Array of Strings (Vanilla JS) vs Search inside a HashMap of Strings (Vanilla JS)