CodeForPhilly / laddr

http://codeforphilly.github.io/laddr/
MIT License
61 stars 34 forks source link

Add Member field off Edit Project doesn't auto-populate #194

Open APrioriRainbows opened 6 years ago

APrioriRainbows commented 6 years ago

Should do a lookup as the user is typing. Currently you have to know the person's full username to add them. screenshot 2018-04-28 at 9 20 06 pm

APrioriRainbows commented 6 years ago

@themightychris Any ideas on why this is? I'm using chrome (and most plugins/forms work on chrome) so I think this is probably a bug...

themightychris commented 6 years ago

@APrioriRainbows it's not really a bug...just a feature that never existed. We don't have a username lookup field configured anywhere on the site yet that could be copied over. We could make use of the same typeahead control that the project selector for checkin uses pretty quickly probably

I've used select2 on some projects recently, it might be another option worth considering. It could replace our use of both bootstrap-typeahead and bootstrap-combobox, and bootstrap-tagsinput