Getting Null for Multi-Select in Custom Page
I have created a custom page where I have form inputs:
I don't need any model to store these values. and when I submit, I get all the values except multiple select and it's always return null. But without
->multiple()
it works fine. What is the issue here?1 Reply
options should be an array