ianmartorell / meteor-accounts-ui-bootstrap-3

accounts-ui package with Bootstrap 3 and localization support
150 stars 109 forks source link

How to custom signup options with select box of gender (Male and Female)? #84

Closed thearabbit closed 9 years ago

thearabbit commented 9 years ago

How to custom signup options with select box of gender (Male and Female)?

ianmartorell commented 9 years ago

This package supports custom signup options, but only for text fields and checkboxes at the moment. You could fork it and modify it yourself to add the select functionality. Look at the file login_buttons_dropdown.html at line 125

thearabbit commented 9 years ago

thanks

greenwolfe commented 9 years ago

@yuomtheara I'm also looking for a select box in the input field. If you implemented this successfully, can you post your code here? Thanks

ianmartorell commented 9 years ago

There is a pull request for this #124