F
Filament4mo ago
Ryuuji

Use inputs outside a form

Im creating a dynamic form lots of alpine and i want to use the filament form elements for it, just simple input and selects, how can i do that? its mainly to keep a consistent style with the rest of the forms
Solution:
These are the available blade components in v3. Not everything has a blade component. https://filamentphp.com/docs/3.x/support/blade-components/overview
Jump to solution
4 Replies
Ryuuji
RyuujiOP4mo ago
what about a select or text area? as far as i understand thats just a text input or am i wrong?
Solution
awcodes
awcodes4mo ago
These are the available blade components in v3. Not everything has a blade component. https://filamentphp.com/docs/3.x/support/blade-components/overview
Ryuuji
RyuujiOP4mo ago
okay i understand, thanks!

Did you find this page helpful?