Leonard Li

Results 3 issues of Leonard Li

Tried many markdown editor "xxx_content_xxx" syntax will not make content italic. change "_" to "*" works fine

When I add more than one react-tag-input I want to be able to hide suggestions when focus on another input. Is there already a way to do that?

enhancement

When using [email protected] with [email protected], I'm running into Multiple copies of React Error. I think that's because react should be peerDependency. ``` "peerDependencies": { "react": "^15.3.0 || ^16.0.0", "react-dom": "^15.3.0...