Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

input-textarea initial size not correct #56

Open
lsoltero opened this issue Mar 26, 2021 · 0 comments
Open

input-textarea initial size not correct #56

lsoltero opened this issue Mar 26, 2021 · 0 comments

Comments

@lsoltero
Copy link

input text area is initially an awkward width. The width for this widget seems to be fine in the openwrt.org and bootstrap themes.

Any idea how to correct the style sheet to allow the textare to fill the table cell completely?

also number of rows in not being reflected correctly. setting rows as in

o = s:option(TextValue, "description", translate("Profile Description"))
o.rows = 5
o.cfgvalue = function(self,section)
return TextValue.cfgvalue(self,section) or translate("Enter something meaningful here")
end

has no effet on the actual size of the widget

Screen Shot 2021-03-26 at 6 35 46 PM

Screen Shot 2021-03-26 at 6 38 14 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant