Skip to content

Commit

Permalink
Merge pull request #306 from mkocansey/development
Browse files Browse the repository at this point in the history
release/v2-6-6
  • Loading branch information
mkocansey authored Jul 22, 2024
2 parents 407d0b2 + a86adab commit 3ced94d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions public/js/select.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ class BladewindSelect {
e.stopImmediatePropagation();
});
}
} /*else {
} else {
if (input.value.includes(this.selectedValue)) {
this.unsetValue(item);
} else {
Expand All @@ -151,7 +151,7 @@ class BladewindSelect {
this.moveLabel();
}
this.scrollbars();
}*/
}
stripComma(input);
changeCss(`${this.clickArea}`, '!border-red-400', 'remove');
}
Expand Down
2 changes: 1 addition & 1 deletion resources/views/components/input.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
type="{{ $type }}"
id="{{ $name }}"
name="{{ $name }}"
value="{{ $selected_value }}"
value="{{ html_entity_decode($selected_value) }}"
autocomplete="new-password"
placeholder="{{ $placeholder_label }}{{$required_symbol}}"
@if($error_message != '')
Expand Down

0 comments on commit 3ced94d

Please sign in to comment.