KoolReport's Forum

Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines

Select input options #1120

Open Ralf Föhring opened this topic on on Oct 9, 2019 - 2 comments

Ralf Föhring commented on Oct 9, 2019

Hi, it looks like the select input does not consider the showClear option. How do you clear a datetime input?

 DateTimePicker::create(array(
                    "name"=>"endDate",
                    "minDate"=>"@startDate",
                    "format"=>"DD.MM.YYYY",
                    "themeBase"=>"bs4",
                    "locale"=>"de",
                    'options'=>[
                        'useCurrent'=>false,
                        'showClear'=>true
                    ],
                ));

Clearing the input also doesn't work.

Ralf Föhring commented on Oct 11, 2019

I ment DateTimePicker, thanks.

KoolReport commented on Oct 12, 2019

I have sent this case to dev.team. I will keep you update.

Build Your Excellent Data Report

Let KoolReport help you to make great reports. It's free & open-source released under MIT license.

Download KoolReport View demo
bug

Inputs