react-native-html-parser icon indicating copy to clipboard operation
react-native-html-parser copied to clipboard

Class names that contain a dash char don't work

Open disklosr opened this issue 8 years ago • 1 comments

For example, I query elements with class .paddle-event, i get nothing because internally the lib only searches for elements with class .paddle.

Same for h3 (and the like) elements. Internally it only searches for 'h' tags which don't exist!

disklosr avatar Oct 24 '17 20:10 disklosr

Should be resolved by #18

baconcheese113 avatar Feb 04 '20 03:02 baconcheese113