When the web application is first invoked, the browser starts loading all components declared in the HTML (HTML-dom) concurrently. The javascript class behind each component handles the callback events from the browser. Well, dropdowns are one of the most used manners available to a UI/UX designer to provide a plethora of variants to a user […]