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:Jump to 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
4 Replies
what about a select or text area? as far as i understand thats just a text input or am i wrong?
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
okay i understand, thanks!