TheAbhishekIN
is there any filament feature or plugin available for mention users ?
I want to use a text editor like markdown or rich text for the textarea tag, and when i type
@
anywhere in that textarea, it should list down users name or any other model entries.8 replies
Form in page
I want to open direct Form when user click on admin menu there will be no tables and add/edit buttons, just only form,
I created a PAGE and then added the page action as form but that openinng a pop-up modal that I don’t want.
How to achieve direct from open filament page
I'm using filament v2
3 replies
File upload validation error
this is my file upload with validation for video:
Forms\Components\FileUpload::make('product_video')
->acceptedFileTypes(['video/*'])
->directory('product-media')
->storeFileNamesIn('original_file_name')
but getting this validation error: The product video field must be a file of type: video/*.
please help12 replies