Using jQuery, how do I get a specific dropdown element () based on the value of the dropdown?

I have a class of dropdowns — .selMapField — and I want to select the dropdown that has a specific value. For instance:

const myattr=$(`.selMapField[value="MYSKU"]`).attr(`x`);