add OnTextChange event for `Attribute Item View` component

Justus

Member
There is a component named `Attribute Item View` which could display a text to TMP.
When we want to do some extra things like localization or custom text color according to text content.
An OnTextChanged event will be useful.
 
For that I would recommend directly writing a custom Attribute Item View module. It gives you a lot more control and it should be less than 5-10 lines of code
 
Top