livebook-dev / kino

Client-driven interactive widgets for Livebook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Customizing input size

lambdaofgod opened this issue · comments

I have a use case where default text box size is too small. Is it possible to customize it? How?

Not currently possible. Should we support cols and rows as options for textarea?

@lambdaofgod isn't the textarea enough, or do you specifically need a text input that spans full width?

@josevalim the textarea is fullwidth and the rows expand automatically on enter. Though if it's a use case for other inputs we may want to support full_width: true.

Yeah I was thinking about something like full width. Now I see that textbox can be adjusted, that's good for now. Thanks!