79540569

Date: 2025-03-28 05:15:55
Score: 0.5
Natty:
Report link

You will need to import the tailwind form plugin.

  1. Install @tailwindcss/forms with npm: npm install -D @tailwindcss/forms
  2. Import the plugin in your resources/css/app.css with the following:
@import 'tailwindcss';
@plugin '@tailwindcss/forms'; /* Add this */

@source '../../vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php';
@source '../../storage/framework/views/*.php';
@source '../**/*.blade.php';
@source '../**/*.js';

@theme {
    --font-sans: 'Instrument Sans', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
        'Segoe UI Symbol', 'Noto Color Emoji';
}

And then the select dropdown should be rendering properly.

rendered hyperui

Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Tatachiblob