Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added the ability to pass in separate options to the Select.From method #194

Merged
merged 2 commits into from
Dec 8, 2018

Conversation

obstar
Copy link
Collaborator

@obstar obstar commented Dec 8, 2018

User will be able to set options separately for selecting options and finding the select element:
Select("optionValue", Options.Exact).From("selectId", Options.Single)

  • also 'selectOptions' and 'fromOptions' will work separately so if user set only fromOptions e.g.
    Select("optionValue").From("selectId", fromOptions) the Select() method query will not be affected

  • if user pass only selectOptions
    Select("optionValue", selectOptions).From("selectId") selectOptions will be applied to Select() and From() queries as per current behaviour

@obstar obstar merged commit f9d771b into featurist:master Dec 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant