BuffTofu
BuffTofu
FFilament
Created by BuffTofu on 11/2/2023 in #❓┊help
Project with existing User model / users table
I have a project where I use a User model but it is not used for auth, it just has name and phone number fields. What is the migration needed to make it compatible with Filament v3? This is my first time installing Filament in this app.
3 replies
FFilament
Created by BuffTofu on 5/25/2023 in #❓┊help
maxLength() to show error instead of cutting off text
Right now, with maxLength(512) on a TextInput, if I paste text that is more than 512 characters, it chops the text to 512 and shows no error to the user. This has caused some of my users to post content that is being cut off without realizing. Is there a way to show an error to the user?
19 replies
FFilament
Created by BuffTofu on 4/12/2023 in #❓┊help
Add Styling to Custom Widgets
I have made a custom widget and within the Blade file, I am trying to style the elements of my widget. I understand that I do not have access to all of Tailwind and that I can add Tailwind, but is there anyway I could access Filament's CSS? As in, I have a widget and it has a button and I wish for the style to be the same as the other buttons on the Admin panel.
15 replies