Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    formatValue not called on FormItem with type comboBox

    SmartClient Version: v8.3p_2013-01-04/PowerEdition Development Only (built 2013-01-04)

    chrome 24.0.1312.52 on Mac OSX

    as you can try in the sample #formatRelatedValue, if you declare the type or the editorType as 'comboBox', the method formatValue will not be called

    maybe it's not a serious problem, but it's a bit disconcerting - I was not expecting that declaring the actual type of the item was the bug in my code!

    #2
    sorry, I didn't realize that formatValue works only with type 'select' (I think it doesn't make sense with a comboBox)

    Comment

    Working...
    X