Our pure JavaScript Scheduler component


Post by Globox21126 »

Hey,

editable doesnt work as expected in angular wrapper.

	<bryntum-combo
              editable="false"
              label="Zoom to"
              [items]="presets"
              (onSelect)="zoomTo($event)"
        >
        </bryntum-combo>

Post by saki »

[editable]="false"

will work. editable property expects a Boolean, not string.


Post by Globox21126 »

of course... thank You


Post Reply