Choosing from a select
Is it currently possible with Lotte to choose an <option/> from a <select/>?
I saw in Ghostbuster there was a select page control to do this, but didn't see anything referencing it here.
Thanks!
Can you give me an example of what you are trying to accomplish? Do you want to be able to select an <option /> based on its value or text? Can you post the Ghostbuster documentation/example using the select control?
Correct I'd like to be able to select an option based on it's value. Wasn't sure from the examples for lotte if that was possible currently.
@body.select "#sel", "test3"`
would be an example from test/working_ghost/test_ghost.coffee line 30.
Unfortunately this is not implemented yet. It shouldn't be too difficult. I'll mark the issue as an enhancement and may work on it in the near future. If you come around to a patch before me, please send in a pull request.
Sure thing, thanks.