germsvel / phoenix_test

MIT License
144 stars 20 forks source link

Select field with multiple attribute in forms raises error #70

Closed sasikumar87 closed 4 months ago

sasikumar87 commented 4 months ago

Currently when encountering multi-select forms, it raises ** (ArgumentError) could not find non-disabled input, select or textarea error

germsvel commented 4 months ago

Hi @sasikumar87 thanks for opening this issue! I know multi-select form is something we haven't yet handled. Could you share a sample of the form select you're trying to select? It would be a helpful starting point.

sasikumar87 commented 4 months ago

I'll give an attempt to solve it first