Mohamed Ahmed Mowafy Abd-Alaziz

Results 2 comments of Mohamed Ahmed Mowafy Abd-Alaziz

You can resolve this issue for now by replacing pTextarea with pInputText. Example: ``` ``` Make sure you import the required modules and types: ``` import { InputTextModule } from...

@vmuresanu You’re correct that `pInputText` is not a drop-in replacement for `pTextarea`, and it does not support `autoResize`, `rows`, or `cols` since it’s an `input`, not a `textarea`. However, a...