Change default dropdown caret icon

This commit is contained in:
Toby Zerner 2015-08-04 11:01:11 +09:30
parent 421a705b75
commit 856ebe9d42

View File

@ -25,7 +25,7 @@ export default class Dropdown extends Component {
props.buttonClassName = props.buttonClassName || '';
props.contentClassName = props.contentClassName || '';
props.label = props.label || app.trans('core.controls');
props.caretIcon = typeof props.caretIcon !== 'undefined' ? props.caretIcon : 'caret-down';
props.caretIcon = typeof props.caretIcon !== 'undefined' ? props.caretIcon : 'sort';
}
view() {