I want to change the button class styles only when the input is getting the validation class:
<div class="wrapper">
<div class=input-box>
<input class="input-validation-error">
</div>
<button class="filterbarcode" />
</div>
I want to change the button class styles only when the input is getting the validation class:
<div class="wrapper">
<div class=input-box>
<input class="input-validation-error">
</div>
<button class="filterbarcode" />
</div>