Input fields with no value tags

I am trying to scrap data from our CRM as the provider does not allow exports:@
Anyway some fields does not have the "value" tag.
Ex:

In console we can get the value using .value but in scraping i am trying to use "Element atributes" but not working.

This is limited for some fields not all.
I there anything i am missing?