robsontenorio / mary

Laravel Blade UI Components for Livewire 3
https://mary-ui.com
Other
804 stars 88 forks source link

no-separator attribute not working #504

Closed elnasnato closed 1 week ago

elnasnato commented 1 week ago

maryUI version

1.32.0

daisyUI version

4.11.1

Livewire version

3.5.0

What browsers are affected?

Chrome, Microsoft Edge

What happened?

image Yes, the separator is still there. btw, i'm using breeze.

HTML/Blade

<x-mary-form no-separator>
    <x-mary-input label="Name"  />

    <x-slot:actions>
        <x-mary-button label="Cancel" />
        <x-mary-button label="Click me!" class="btn-primary" type="submit" spinner="save" />
    </x-slot:actions>
</x-mary-form>
robsontenorio commented 1 week ago

Update maryUI to latest version.