Why should dom element be wrapped in an empty div while integrating jquery plugin in react Js?
I am going through the react documentation article of integrating-with-jquery-chosen-plugin, and react gives an example of the Chosen jquery plugin and mentions the following: Notice how we wrapped <select> in an extra <div>. This is necessary because Chosen will append…