-
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 blocklyNumberField
CSS class to number fields
#8313
Labels
Milestone
Comments
BeksOmega
added
help wanted
External contributions actively solicited
PR: feature
Adds a feature
good first issue
labels
Jul 11, 2024
@BeksOmega, please assign this to me. I'm eager to work on it. |
Go for it @ruthwikchikoti ! Let me know if you have any questions =) |
Hey @ruthwikchikoti Can you pls give me a chance to solve this issue |
@Apocalypse96 sure |
Hey @BeksOmega can you please review my PR #8414 |
@BeksOmega can you pls assign it to me? |
1 task
Apocalypse96
added a commit
to Apocalypse96/blockly
that referenced
this issue
Jul 22, 2024
1 task
Apocalypse96
added a commit
to Apocalypse96/blockly
that referenced
this issue
Jul 23, 2024
Apocalypse96
added a commit
to Apocalypse96/blockly
that referenced
this issue
Jul 31, 2024
Apocalypse96
added a commit
to Apocalypse96/blockly
that referenced
this issue
Jul 31, 2024
BeksOmega
pushed a commit
that referenced
this issue
Jul 31, 2024
Closed by #8414 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
In the
FieldNumber
class override theinitView
method to calldom.addClass
with thethis.fieldGroup_
and'blocklyNumberField'
. 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: