Closed RoryMacGregor88 closed 2 years ago
This PR closes #ORB-1226
The Select was spreading the classes prop onto both the Select and the underlying Input element, which was throwing errors in the console.
classes
This refactors so that the classes are only applied to the Select element.
:tada: This PR is included in version 2.9.1 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
This PR closes #ORB-1226
The Select was spreading the
classes
prop onto both the Select and the underlying Input element, which was throwing errors in the console.This refactors so that the classes are only applied to the Select element.