Today I was trying to use Select form control module like as documented in 
here <http://www.gebish.org/manual/current/#code-select-code>

def departureFrom = $(name:"dep").module(Select)
departureFrom.selected = "NRT"

which is not working. Modifed code like below and it works fine:

def departureFrom = $(name:"dep").module(Select)
departureFrom.setSelected("NRT")

Should it be raised as an issue?

-- 
You received this message because you are subscribed to the Google Groups "Geb 
User Mailing List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/geb-user/482d8e69-c68c-45be-acd3-692b9c1c1f0c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to