Alexandru Ghiura

Results 12 comments of Alexandru Ghiura

I have extend the class to be able to add selectedValues: ``` class ExtendSelectPopover extends SelectPopover { constructor(props) { super(props); this.state = { focus: "out", searchTerm: "", selectedValues: this.props.selectedValues ||...