Dendi Handian

Results 4 issues of Dendi Handian

I'm implementing sbadmin on laravel using laravel-mix. I'm using NPM installation and importing resources directly from the node_modules folder. In my `bootstrap.js` file, I already imported all required js (or...

Is this theme support for select2 multiple tagging? The default style is like this: ![image](https://user-images.githubusercontent.com/16485031/124423385-3be72d00-dd8f-11eb-9e7c-4bc332d56239.png) But when I applied the theme: ```js $('.tagging').select2({theme: 'bootstrap4', tags: true}); ``` The style is...

## 🚀 Feature Proposal A workaround to use the main Chrome browser state or maybe browser data (cookie, localstorage, etc) to whitelist the 2FA trusted browser from the web. ##...

I know that for testing purpose, sessionless is preferred. But I use Selenium IDE for data engineering and ingestion purpose, Selenium IDE is a great tools. My problem using this...