Announcement

Collapse
No announcement yet.

Missing asterisk in required fields in edit mode

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Missing asterisk in required fields in edit mode

    There's everything ok when we add new record.
    But when we go into existing record - there are missing asterisk in required fields.
    Also when we edit record there are no asterisk.

    When we try to save record without filling required fields it block us showing "field required" so this is ok. Only asterisk missing.

    PS: We cannot make address field required? Tried in custom also, adding:

    "address": {
    "type": "address",
    "required": true,
    "isCustom": true
    }

    Is it possible to make required only street and city?

  • #2
    It's how we designed it.

    You can make required address fields

    "addressCity": {
    "required": true
    }

    or

    "addressStreet": {
    "required": true
    ​}

    Comment


    • #3
      Thanks!

      But what with missing asterisk in required fields in existing and curently editing records?

      See attachment - field is required, but there's no asterisk.
      Attached Files

      Comment


      • #4
        Usually when you edit some record required fields are already filled so no need to inform that field is required.

        Comment


        • #5
          How can we change this? We have form dependency in many entities and your solutions with not showing asterisk is confusing.

          Please make this in future as an option in settings (not default).

          Comment

          Working...
          X