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

SingleList and MultiList: Support no radio display #89

Closed
2 tasks done
siddharthlatest opened this issue Apr 6, 2017 · 2 comments
Closed
2 tasks done

SingleList and MultiList: Support no radio display #89

siddharthlatest opened this issue Apr 6, 2017 · 2 comments

Comments

@siddharthlatest
Copy link
Member

siddharthlatest commented Apr 6, 2017

Currently, the SingleList and MultiList components come pre-configured with radio button and checkbox button icons next to each list item.

  • SingleList component should have a prop showRadio which is set to true by default. When set to false, it will not display radio button next to each item. The associated CSS classes will also change accordingly.
  • Similarly, MultiList component should have a prop showCheckbox which is set to true by default. When set to false, it will not display checkbox button next to each item. The associated CSS classes will also change accordingly.
@siddharthlatest
Copy link
Member Author

  • This would also be applicable to SingleRange and MultiRange components.

@siddharthlatest
Copy link
Member Author

@divyanshu013 This is a good issue to look into, we need to replicate the props from List components to the Range components.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants