inline select not updating

inline select not updating

smileywarsmileywar Posts: 18Questions: 3Answers: 1

Hi all,

For some reason the inline select option is not updating.

Lightbox editing does work. Any ideas?

Using the following line

{
label: "Availability:",
name: "sw_gm_feed.availability",
type: "select",
options: [
{ label: "In Stock", value: "in stock" },
{ label: "Out of Stock", value: "out of stock" }
]
}

This question has an accepted answers - jump to answer

Answers

  • smileywarsmileywar Posts: 18Questions: 3Answers: 1
    Answer ✓

    It's Ok,

    I have opted for inline submit button.

This discussion has been closed.