cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 2.x how to get ui-select selected value

SOLVED

Magento 2.x how to get ui-select selected value

Hello Friends,

 

I have place ui-select component and i want to get value in my custom component.  How can i get selected value in custom component ?

 

Screenshot(12).png

 

 

list.js file 

 

Screenshot(13).png

 

Here is my output.

Screenshot(11).png

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Magento 2.x how to get ui-select selected value

 

requirejs('uiRegistry').get('quickProduct').initialValue;

View solution in original post

1 REPLY 1

Re: Magento 2.x how to get ui-select selected value

 

requirejs('uiRegistry').get('quickProduct').initialValue;