cancel
Showing results for 
Search instead for 
Did you mean: 

Dropdown get value

gopi_nidjelli2
Participant
0 Kudos

Hi Guys,

    I have a requirement where if I select a value from a dropdown, based on that a  input field on the same view should be populated. No Navigation.

I have designed the Json  model as below. My Criteria is 41 and 42 are shown in Dropdown and when selected 7.923 or 7.943 should be populated into a input field on the same View. How to achieve this?

JSON  Model.

{

  "material": [

    {

      "id": "41",

      "density": [

        {

          "denid": "7.923"

        }

      ]

    },

    {

      "id": "42",

      "density": [

        {

          "denid": "7.943"

        }

      ]

    }

  ]

}

Thanks,

Accepted Solutions (1)

Accepted Solutions (1)

gopi_nidjelli2
Participant
0 Kudos


Resolved .

Answers (0)