Re: [openstack-dev] [horizon] ListField in Horizon

2016-09-19 Thread Timur Sufiev
Hi, Janki What do you mean by ListField? A list of arbitrary tags? List of numbers? List of predefined values that you can choose from? Options may vary widely depending on your particular needs. On Sun, Sep 18, 2016 at 6:32 PM Janki Chhatbar wrote: > Hi > > I am working

Re: [openstack-dev] [horizon] ListField in Horizon

2016-09-19 Thread Janki Chhatbar
Hi Timur Thanks for your response. I need to input data like this: mapping = ['K1': 'v1', 'k2': 'v2'] If mapping: Check if v1 and v2 stored in server. Change to dictionary This is then passed on to the server as a dictionary. I have few questions: 1. I found about MultipleChoiceField.