We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63a9722 commit 43dcd34Copy full SHA for 43dcd34
src/formGenerator.vue
@@ -168,8 +168,8 @@ div.vue-form-generator(v-if='schema != null')
168
getFieldRowClasses(field) {
169
const hasErrors = this.fieldErrors(field).length > 0;
170
let baseClasses = {
171
- [objGet(this.options, 'validationErrorClass', 'error')]: hasErrors,
172
- [objGet(this.options, 'validationSuccessClass', 'valid')]: !hasErrors,
+ [objGet(this.options, "validationErrorClass", "error")]: hasErrors,
+ [objGet(this.options, "validationSuccessClass", "valid")]: !hasErrors,
173
disabled: this.fieldDisabled(field),
174
readonly: this.fieldReadonly(field),
175
featured: this.fieldFeatured(field),
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments