• Resolved lissyl

    (@lissyl)


    Maybe I ran into a bug?

    I have created a custom dropdown select field.
    When I edit an existing listing, the information of the dropdown field is not filled in automatically.

    So everytime an user will edit a listing, the value of the dropdown field must be selected again.

    Can you reproduce my problem?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter lissyl

    (@lissyl)

    Okay, I created another one and that’s going well.

    The dropdown select with the fault has values with an aphostrof in it (inch sign “).
    I think the loading of the form has to escape this character.

    So it’s for sure a bug ??

    Plugin Author pluginsware

    (@pluginsware)

    You must be adding your select field options in the following pattern,

    On”e
    Two
    Three

    Instead, try using the following pattern and this must solve the problem.

    one: On”e
    two: Two
    three: Three

    This allows you to use “Inch sign” in the display. But, the actual value stored will be the left one.

    • This reply was modified 7 years, 6 months ago by pluginsware.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Bug? Custom dropdown field not filled in by editing listing’ is closed to new replies.