feat: implement searchable selects for bidder and item lookups using Select2

This commit is contained in:
2026-04-25 11:55:52 -04:00
parent ef4ef144a6
commit ddbfc642f2
6 changed files with 161 additions and 5 deletions
+2
View File
@@ -12,6 +12,7 @@
<!-- Styles -->
<link href="{{ asset('css/app.css') }}" rel="stylesheet">
@stack('styles')
</head>
<body>
<div id="app">
@@ -239,5 +240,6 @@
<!-- Scripts -->
<script src="{{ asset('js/app.js') }}"></script>
@stack('scripts')
</body>
</html>