Property ‘endsWith’ does not exist on type ‘string | boolean | File[]’. Property ‘endsWith’ does not exist on type ‘false’.
endsWith only works with string property.
It is possible if you are doing validation with the uploadButton / checkbox / boolean elements, hence, it is normal that this error shows up.
As long as you are using endsWith with text elements only, the code still works.
What your meaning is that input textbox is not with String property,
so it is not valid for a text box.