You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@flxsource Can you please help me how to use BelongsTo in that package...
i am using
```
Row::make('lineitems', [
Number::make('Quantity')
->fieldClasses('w-full px-8 py-6')
->hideLabelInForms()->rules('required'),
BelongsTo::make('Product')->fieldClasses('w-full px-8 py-6')
->hideLabelInForms(),
Number::make('Price')
->fieldClasses('w-full px-8 py-6')
->hideLabelInForms(),
])->fieldClasses('w-full px-8 py-6')
->labelClasses('w-1/5 px-8 py-6')->hideLabelInForms()->addRowText('Add Product'),
Similar to the BelongsTo field, it would be useful to create a new resource directly from the relationship panel.
The text was updated successfully, but these errors were encountered: