I was developing a feature to automatically add items to an array when a comma is input. During this process, I opened the module and discovered that this functionality is already possible through this attribute.
However, the official documentation does not mention this attribute for the component, which poses a risk of unnecessary development for users.
I also developed unnecessary code since I was unaware of this feature, and then had to delete it. I hope this component attribute will be included in the official documentation.
50 I simply wanted to request the addition of documentation from the creator, but I learned that it is possible to make a Pull Request for the documentation, so I directly made a Pull Request for the issue.
I was developing a feature to automatically add items to an array when a comma is input. During this process, I opened the module and discovered that this functionality is already possible through this attribute.
However, the official documentation does not mention this attribute for the component, which poses a risk of unnecessary development for users.
I also developed unnecessary code since I was unaware of this feature, and then had to delete it. I hope this component attribute will be included in the official documentation.