casesandberg/react-color

Propogate view from toggle button on ChromePicker

Open

#584 创建于 2019年2月5日

在 GitHub 查看
 (2 评论) (0 反应) (0 负责人)JavaScript (11,679 star) (946 fork)batch import
enhancementhelp wanted

描述

The current view state of the ChromeFields input in ChromePicker is not externally accessible and makes it difficult to tie in with other components.

I suggest adding an onToggleView callback to pass the new "view" state as a parameter back up to its container. e.g: if(this.props.onToggleView){ this.props.onToggleView('hex'); }

贡献者指南

Propogate view from toggle button on ChromePicker · casesandberg/react-color#584 | Good First Issue