knledg/react-blur-admin

EditableSelect / Select - Pass In MaxHeight Prop

jwdotjs opened this issue · 0 comments

Some users may want to limit how long their options dropdown is so we should create a prop called maxHeight that a user can optionally pass in. If they pass in a maxHeight, the options should scroll vertically if the options height exceeds the max height.