Daniel Waghorn
Daniel Waghorn
+1 For this PR, can we please get this reviewed?
Is there any update on this? We currently use this in production based on a fork and would greatly appreciate if this could get reviewed and merged into the main...
I am also seeing the same behaviour, with the same message whenever using `page_or_link` on Backpack V5. The javascript error for each field is: ``` An invalid form control with...
A quick workaround to get the form to submit is to customise the `page_or_link.blade.php` view file, and remove the `required` attribute from each of the `input` elements for page, internal...
Hi @pxpm, I think that is the case based on my experimentation, so a solution may be to toggle the `required` attribute on the field when we also toggle `d-none`...
This continues to be an issue with the package, and is essentially narrowed down to the `page_or_link` field type based on our testing. The typical resolution on our side for...