Merge pull request #7519 from haleyburns/streaming-bitrate-add-max

Add max value to streaming bitrate textfield
This commit is contained in:
Niels van Velzen
2026-01-27 11:33:54 +01:00
committed by GitHub
@@ -77,6 +77,7 @@ export const Component = () => {
slotProps={{
htmlInput: {
min: 0,
max: 2147.25,
step: 0.25
}
}}