pxt-adafruit
pxt-adafruit copied to clipboard
The first digit of tempo can't be deleted in block "play melody"
Describe the bug The first digit of tempo can't be deleted in block "play melody"
Steps to reproduce the behavior
- Navigate to https://makecode.adafruit.com/beta#editor
- Click “MUSIC” -> drag out block "play melody" and put it under "on start"
- Try to change the tempo number to delete it original number
Expected behavior The first digit of tempo should can be deleted in block "play melody"
Actual behavior
The first digit of tempo can't be deleted in block "play melody"
Additional info:
- OS: Windows (rs6)
- Adafruit Circuit Playground Express version: 1.4.34
- Microsoft MakeCode version: 5.20.4
- codal-circuit-playground runtime version: v2.0.0
By design, can't have lower than 1 bpm
But when user want to input other numbers for example "80", "95" the "1" can't be deleted
Valid issue