Here is my recreation of a small portion of my project on StackBlitz. I am encountering 4 issues in this snippet:
- I aim to restrict the user to only one mat-chip. I attempted using
, but I do not want to disable the remove function, allowing users to replace the chip if they wish.[disabled]="selectedOption >=1"
- In the second input text box, I would like to insert a line break as the content overflows horizontally upon typing.
- For the second input text box, I prefer the text input to start from the top rather than the middle.
- Is there a way to hide the placeholder for the second input text until something is entered in the first input?
If anyone could assist me with these challenges, it would be greatly appreciated.
Thank you in advance for your help.