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 06c0f0f commit 0dd2b92Copy full SHA for 0dd2b92
schema.js
@@ -356,6 +356,9 @@ module.exports = {
356
label: "Role",
357
model: "role",
358
required: true,
359
+ selectOptions: {
360
+ noneSelectedText: "Nincs kijelölve"
361
+ },
362
values: [
363
{ id: "admin", name: "Administrator" },
364
{ id: "moderator", name: "Moderator" },
@@ -424,7 +427,8 @@ module.exports = {
424
427
selectOptions: {
425
428
// https://silviomoreto.github.io/bootstrap-select/options/
426
429
liveSearch: true,
- size: 10
430
+ size: 10,
431
432
},
433
styleClasses: "half-width",
434
validator: validators.required
@@ -434,7 +438,7 @@ module.exports = {
438
label: "Skills (selectEx field)",
435
439
model: "skills",
436
440
multi: true,
437
- required: true,
441
+ required: false,
442
multiSelect: true,
443
444
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments