Ability to intentionally choose Model Attributes to fill the forms. #7856
Closed
LogicSatinn
started this conversation in
Ideas
Replies: 1 comment 6 replies
-
You have two options already - use Wireable objects, or use Filament's |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Since Livewire v3 doesn't support some custom property types, it can cause issues for those who have casted their Model properties to unsupported property types. Bearing in mind the existence of Livewire Synths to automatically add support for these custom properties, sometimes, these properties aren't even supposed to be filled into forms because they won't be edited directly by the user anyway. I think it would be amazing if we could intentionally choose attributes we'd like to be filled in forms but, the default behavior would be to fetch all attributes just like how things are done right now.
Beta Was this translation helpful? Give feedback.
All reactions