mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 15:52:02 +00:00
attach value to select-option event
This commit is contained in:
parent
739c06b998
commit
1a7dacfa00
1 changed files with 2 additions and 1 deletions
|
|
@ -42,6 +42,7 @@ const MetaItem = React.memo(({ className, type, name, poster, posterShape, playI
|
|||
if (typeof menuOptionOnSelect === 'function') {
|
||||
menuOptionOnSelect({
|
||||
type: 'select-option',
|
||||
value: event.value,
|
||||
dataset: dataset,
|
||||
reactEvent: event.reactEvent,
|
||||
nativeEvent: event.nativeEvent
|
||||
|
|
|
|||
Loading…
Reference in a new issue