As I'm developing the TODO List sample I'm finding some problems that I
want to discuss here to know known problems and try to help to solve it:

1 - TextInput doesn't have a "change" event, this restriction is by design?
or could I add this event to the component?

Concrete Use Case is hit enter key to add a item to a list. I see there's a
bead EditableTextKeyboardController (could be what I'm looking for),
already assigned to TextInput in css, but can't figure how to make it work

2 - The checkbox by default shows the label "check box". I think this
should be removed and my empty by default

3 - In Binding, I can't use this expression in a List to bind the
dataProvider:

dataProvider="{TodoListModel(applicationModel).todos}"

instead the actual form is:

<basic:beads>
                <basic:ConstantBinding sourceID="applicationModel"
                                       sourcePropertyName="todos"

 destinationPropertyName="dataProvider"/>
            </basic:beads>

In the first case, there's a warning due to not be able to get changes in
"todos" var (although is marked [Bindable]) . Could someone share more
about this? could this be solved? or we are not yet in a point to make this
happen?

4.- in the last sample I'm curious about : sourceID="applicationModel"
since I doesn't have "applicationModel", I'm wondering how compiler figures
this name if is not in my view file?

Hope someone could give some info regarding this issues

Thanks

-- 
Carlos Rovira
http://about.me/carlosrovira

Reply via email to