async-labs / saas

Build your own SaaS business with SaaS boilerplate. Productive stack: React, Material-UI, Next, MobX, WebSockets, Express, Node, Mongoose, MongoDB. Written with TypeScript.
https://saas-app.async-await.com
MIT License
4.11k stars 682 forks source link

Add missing textField's textHelper in MemberChooser component(s) #202

Open OB42 opened 1 year ago

OB42 commented 1 year ago

Hi, I noticed the textHelper props from MemberChooser wasn't passed to its TextField child so it wasn't displayed, so I added it :)

klyburke commented 1 year ago

Thanks! We will consider adding this during our next book update.