Merge pull request #3348 from thornbill/fix-react-emby-select
Fix unstyled emby-select field when rendered with React
This commit is contained in:
@@ -3,7 +3,7 @@ import globalize from '../../../scripts/globalize';
|
||||
|
||||
const createSelectElement = ({ className, id, label }) => ({
|
||||
__html: `<select
|
||||
className="${className}"
|
||||
class="${className}"
|
||||
is="emby-select"
|
||||
id="${id}"
|
||||
label="${label}"
|
||||
|
||||
Reference in New Issue
Block a user