phoenix_test icon indicating copy to clipboard operation
phoenix_test copied to clipboard

check() no working with checkbox groups

Open jk-lamb opened this issue 2 months ago • 1 comments

Hello,

I have been trying to use the PhoenixTest library with multiselect checkboxes (those that share the same name <> "[]").

Problem: PhoenixTest crashes, searching for hidden inputs. Example:

Image

what fails:

   uncheck(conn, "Zoom")

jk-lamb avatar Nov 05 '25 18:11 jk-lamb

Hi @jk-lamb thanks for opening an issue. Could you provide a sample application to reproduce the error?

germsvel avatar Nov 08 '25 11:11 germsvel