KoolReport's Forum

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

Select, Select2 and BSelect all the same #494

Open Andrés Lantos opened this topic on on Oct 12, 2018 - 1 comments

Andrés Lantos commented on Oct 12, 2018

Dears

I dont understand why Select, Select2 and Bselect shows all the same basic widget like classic select (no searching textbox)

<?php 
    use \koolreport\inputs\Select2;
?>

<div class="text-center">
    <h2>Listado de muestras desde Qualify</h2>
    <form method="post">
        <?php 
            Select2::create(array(
                "name"=>"multipleSelect2",
                "multiple"=>False,
                "dataStore"=>$this->dataStore("clientes"),
                "dataBind"=>"DESCCLI",
                "attributes"=>array(
                    "class"=>"form-control",
                    )
                ));
        ?>  
    </form>
</div>
<hr/>

KoolReport commented on Oct 16, 2018

It seems to me that the resource like css or js of those widgets could not load. It happens when "koolreport" is place in inaccessible place and need to set asset url and path so that resource could be published to public folder. Please have a look at our topic here.

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
None yet

Inputs