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

Select One Search widget added #13

Merged
merged 1 commit into from Apr 23, 2016
Merged

Conversation

rkmittal
Copy link
Contributor

Select One search widget provides a search box on top. It does a case-insensitive sub-string search within all options to find and display the relevant ones. The way to define a Select One search widget in the form is by putting appearance in Select One type of question as "searchwidget"

…ve substring search within all options to find and display the relevant ones.
@rkmittal
Copy link
Contributor Author

select one search widget-small

In this screenshot, as the user types text "shak", only the options with that text appear

@mitchellsundt mitchellsundt merged commit f409e0a into getodk:master Apr 23, 2016
@sdrc-harekrishna
Copy link

Hi ,
Does this work with 'select_one_external' type of questions ?

@rkmittal
Copy link
Contributor Author

Yes, it definitely should work.

@sdrc-harekrishna
Copy link

Thank you for the response. It would be great if you can have a look at the test xlsform and let us know if we are missing anything. It works fine for select_one type but doesn't load for select_one_external type.
Test.xlsx

regards,
Harekrishna

@lognaturel
Copy link
Member

There is no implementation for external selects. There are a few widget types like this one that have a few different visual representations and data sources. With the current structure each combination has to be implemented separately. At the moment @jknightco is refactoring the geo widgets to introduce better structure there and we can use that as a model for others.

@sdrc-harekrishna
Copy link

Hi Helene, thank you for the clarification.

yterletskyi referenced this pull request in M2-Geospatial/fieldTask4 Dec 3, 2022
…_form/task_screen

Feature/update form/task screen
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.

None yet

4 participants