Afonchekov Dmitrii
Afonchekov Dmitrii
When user check and uncheck item, in native select, option doesn't remove attribute selected=true. You can fix it by: ```javascript var select = this.el; select.querySelectorAll("option").forEach(function (item) { item.removeAttribute("selected"); }); this.selectedOptions.forEach(function(item)...
### Environment Node version: 20.16.0 npm version: 10.8.1 Local ESLint version: 9.8.0 Global ESLint version: - Operating System: Windows 11 Vite version: 5.3.5 (maybe it help) ### What parser are...
Is it possible to add variable like `INPUT_BRANCH`? Because many projects using "Push Rules" in GitLab.