docs(Select): add text about track-by usage #4067
Labels
d1: super easy
Task for newbies. Players take half normal damage from monsters and the environment.
docs
packages/docs
v2: nice to have
This will make Vuestic feel better
Near section about text-by and value-by (which are easy thing to understand) add small text about track-by. Likely, user want to use track-by within text-by (but he can ignore track-by if value-by is used). I must be alert with type
info
.If you know how to say it better, you can change the text. The problem here because objects used in value and options can be completely different and to have a way to compare them, we use
text-by
. For me, selected options were highlighted because objects are the same on frontend. After page reloaded, saved data loaded from backend objects with the same structure are different objects, therefore select wasn't able to compare them becausetrack-by
wasn't provided. I'd like users not to fall in this trap.The text was updated successfully, but these errors were encountered: