ramir1

Results 1 comments of ramir1

Try to hang watch on options ``` watch(options, () => { if( props.selected){ selected.value = options.value.find((option) => option.id === props.selected.id); } }); ``` "version": "4.0.0-beta.6"