There is a code like:
<input-select name="price" focus="focusonprice" ng-model="object.price" type="text" currency="object.currency" select="object.default_currency" choices="object.currency_choices" errors="form.price.$error" label="[['Цена'|translate]]" id="offer-price"> </input-select> however, after saving it is transformed into:
<input-select name="price" focus="focusonprice" ng-model="object.price" type="text" currency="object.currency" select="object.default_currency" choices="object.currency_choices" errors="form.price.$error" label="[['Цена'|translate]]" id="offer-price"> </input-select> How to make so that the tag does not fold into 1 line?