Get value from a Select component and pass it to a static function
I need to get the selected value from a Select component and pass it to another (static) function for filtering purposes. How can I achieve this?
This is the code that holds the select functionality:"
This is the code that needs the value of the
client_id
field:
3 Replies
Use closure getters so:
Providing you have it within the same component
OK, great. That worked (without the
../
. Thanks!Great, that means you are on the same level. you need ../ when traversing