HI, There a number of other changes you may need to make to get this to work in FlexJS: - you need to set value impl to enable layout try js:SimpleCSSValuesImpl - Change Button to TextButton which has a text attribute but there’s no enable attribute - toolTips are supported via the tool tip bead - there’s no enter event on text input you may have to add logic to change for this - there’s no backgroundColour attribute on text input you need to add a CSS bead for that
Thanks, Justin