Missing form label wave error in ionic for ion-textarea even after using ion-label. How to fix this issue?

i’m using ion-textarea in my application. when I use wave tool it is throwing no form label error even though i use ion-label.

The problem is there is no aria-labelledby property for the native element textarea, like ion-input, so it is expecting label. How to fix this?