Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines
The "size" property of TextBox that you mention is belongs to Dashboard Framework. The TextBox inside inputs package does not have "size" property, rather to set size of textbox you use the attributes
props:
TextBox::create([
...
"attributes"=>[
"class"=>"form-control-sm" //"form-contorl-md" and // "form-control-lg"
]
])
Let KoolReport help you to make great reports. It's free & open-source released under MIT license.
Download KoolReport View demo