© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
5 replies
gh057x

Input Wrapper Blade

I have this code

<x-filament::input.wrapper>
            <x-slot name="prefix">
                <x-filament::input
                    type="text"
                    wire:model="text1"
                />
            </x-slot>

            <x-filament::input
                type="text"
                wire:model="text2"
            />

            <x-slot name="suffix">
                Text1/Text2
            </x-slot>
</x-filament::input.wrapper>
<x-filament::input.wrapper>
            <x-slot name="prefix">
                <x-filament::input
                    type="text"
                    wire:model="text1"
                />
            </x-slot>

            <x-filament::input
                type="text"
                wire:model="text2"
            />

            <x-slot name="suffix">
                Text1/Text2
            </x-slot>
</x-filament::input.wrapper>


How could I transform this to move the Text1/Text2 in between inputs? Or any other alternative solution? Thanks
Screenshot_2023-12-20_at_2.32.05_PM.png
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Input blade components
FilamentFFilament / ❓┊help
2y ago
Input Blade Component Label
FilamentFFilament / ❓┊help
13mo ago
Input Blade Component Suffix Action
FilamentFFilament / ❓┊help
13mo ago
Input and dropdown blade component
FilamentFFilament / ❓┊help
3y ago