wanadev / PhotonUI

A javascript framework to create user interfaces
http://wanadev.github.io/PhotonUI/
BSD 3-Clause "New" or "Revised" License
63 stars 20 forks source link

ColorPickerDialog : value params is ignored #39

Closed MangelMaxime closed 8 years ago

MangelMaxime commented 8 years ago

This sample is setting a default value to the ColorPickerDialog but when you first open the Dialog, it's always the red that is selected.

So the value params is ignored.

flozz commented 8 years ago

The value parameter does not even exists in the code.... I will add it for consistency with other widgets...