IIRC There is already a SimpleList component that wraps a Select element.
The List is really meant to introduce the whole custom item renderer
capability.
If you don't need that, just create your own thing.  You may not even need
a View on the JS side.

My 2 cents,
-Alex


On 11/22/16, 4:03 AM, "carlos.rov...@gmail.com on behalf of Carlos Rovira"
<carlos.rov...@gmail.com on behalf of carlosrov...@apache.org> wrote:

>Hi,
>
>I'm digging into the FlexJS List, and is a complex component with lots of
>beads. But in MDL the structure is simpler.
>
>In MDL there is only a <ul> with <li> item elements
>
>in FlexJS we have the List Container (that I can change to <ul>), but then
>we have the List DataGroup that is an additional div.
>
>So I'm in the decision if I should go the FlexJS List and extend it (I
>think this should be the right approach in order to have dataProvider,
>selectedIndex, and other "flexy" things
>
>If so, I need to remove div layers, but don't know if this is possible or
>how to do it
>
>Thoughts?
>
>-- 
>Carlos Rovira
>http://about.me/carlosrovira

Reply via email to