afaik, the `inline class` tries to use the field d...
# announcements
s
afaik, the
inline class
tries to use the field directly, without "boxing" it. with one field it can easily remove the class at compile time and replace it with field value, but it is rather confusing for two fields or more.