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

First attempt for searchable QRadioElement #644

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

rafek
Copy link

@rafek rafek commented Feb 14, 2014

This isn't a final version. I don't even know if it's anywhere near what you were thinking of, but this is the attempt I made and it does work for me.

I do know that for it to be accepted it should probably be refactored here and there (to be more generic or to conform to your style).

To make use of this feature:

QRadioElement *radioElement = [[QRadioElement alloc] initWithDict:dict selected:selectedIdx title:@"title"];

radioElement.searchable = YES;

I'd like to know if it's a direction you like and hear some feedback, then I'd make required changes (I might not be aware of all QD's features that might be affected by this change).

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