Merge pull request #7519 from haleyburns/streaming-bitrate-add-max
Add max value to streaming bitrate textfield
This commit is contained in:
@@ -77,6 +77,7 @@ export const Component = () => {
|
||||
slotProps={{
|
||||
htmlInput: {
|
||||
min: 0,
|
||||
max: 2147.25,
|
||||
step: 0.25
|
||||
}
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user