skeeks\cms\widgets\formInputs\comboText\ComboTextInputWidget::init PHP Method

init() public method

public init ( )
    public function init()
    {
        parent::init();
        if (!array_key_exists('id', $this->clientOptions)) {
            $this->clientOptions['id'] = $this->id;
        }
    }