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

VSCode-text-field “size” parameter is being ignored #557

Open
davidkjackson54 opened this issue May 30, 2024 · 0 comments
Open

VSCode-text-field “size” parameter is being ignored #557

davidkjackson54 opened this issue May 30, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@davidkjackson54
Copy link

I have a VSCode-text-field define in my VSCode extension webview and I have specified a value of 5 for the size parameter and it is being ignored
A higher value such as 50 is being accepted.

It is as if there is some default value being applied and a smaller value is not being honored .

Is there a solution to allowing a small size value to be entered?
There is no mention of a minimum size being applied in the documentation.

Also, I want to place 2 VSCode-text-fields side by side and although I can get them side by side - I am unable to move them closer together .
Is this not possible?

@davidkjackson54 davidkjackson54 added the bug Something isn't working label May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants