Afonchekov Dmitrii

Results 3 issues of 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...

bug
core
accepted
repro:yes

Is it possible to add variable like `INPUT_BRANCH`? Because many projects using "Push Rules" in GitLab.