How to make tests with IDs auto-generated

Hello,

I’m using the library Syncfusion which auto generates IDs on input fields.
My tests recorded are based on XPath, so theses IDs are analysed and recorded.

Is it possible to continue to use XPath, but ignoring these autogenerated IDs ? (maybe if another explicit attribute is added by the developper on the input field ?)

Thank you