-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Add a blocklyTextInputField
CSS class to text input fields
#8312
Comments
I think @AbhinavGupta-de is working on this. |
Please assign this issue to me. I have made the necessary changes to override the initView method in the FieldTextInput class to add the blocklyTextInputField CSS class. |
Hiya @siddharthbaleja7 If you comment on a |
hey!! @BeksOmega pls assign this to me |
@BeksOmega pls assign this issue to me |
pls assign this issue to me |
In the
FieldTextInput
class override theinitView
method to calldom.addClass
with thethis.fieldGroup_
and'blocklyTextInputField'
. You will need to addimport * as dom from './utils/dom.js';
to calldom.addClass
.This change should be made against the
rc/v12.0.0
branch.To work on this issue, comment below asking to be assigned.
The text was updated successfully, but these errors were encountered: