Mink icon indicating copy to clipboard operation
Mink copied to clipboard

Add hasOption method to NodeElement class.

Open kukko opened this issue 6 years ago • 2 comments

In my case that was a useful method, to check that a select element has an option or not. And I think this will be also useful for others.

kukko avatar Oct 18 '18 09:10 kukko

This will trigger 2 changes of the data of the form, to check whether it has an option or no. that's quite bad as implementation of the check.

stof avatar Oct 18 '18 10:10 stof

Yeah you are right with this. I will rewrite it to don't change the value of the select.

kukko avatar Oct 18 '18 10:10 kukko