I put in HTML
console.log(foo["_pristineData"]);
at console I see
value field is unique. I can get value filed by
document.getElementById("blablaInput").value;
it return BAR .
How to get text Bar join stock company based on BAR (what I can get)?
(Return a string, not an object like this question Get JavaScript object from array of objects by value of property The question is not duplicate)
