Summary
CIDR / Subnet Calculator clears the input field but retains the previous calculation in the result area.
Affected tool: CIDR / Subnet Calculator
Route: https://byteflow.tools/en/cidr-calculator
Observed during browser acceptance: 2026-08-18
Reproduction
- Open the affected route with a valid CIDR:
- Confirm that the subnet result is populated.
- Click Clear.
- Inspect the input, result fields, and Copy control.
Actual output
- The input field is empty.
- The old calculation for 192.168.1.42/24 remains visible.
- The result state does not represent the empty input.
Expected output
Clear should reset the complete tool state:
- input empty;
- network, broadcast, host range, mask, and counts empty or returned to the documented placeholder;
- Copy disabled because there is no current calculation.
Impact
The page displays a calculation for an input that no longer exists and may allow users to copy stale network information after clearing the tool.
Regression coverage
Clear after different valid CIDRs and after invalid input. Assert that all derived fields and Copy state are reset together with the input.
Summary
CIDR / Subnet Calculator clears the input field but retains the previous calculation in the result area.
Affected tool: CIDR / Subnet Calculator
Route: https://byteflow.tools/en/cidr-calculator
Observed during browser acceptance: 2026-08-18
Reproduction
Actual output
Expected output
Clear should reset the complete tool state:
Impact
The page displays a calculation for an input that no longer exists and may allow users to copy stale network information after clearing the tool.
Regression coverage
Clear after different valid CIDRs and after invalid input. Assert that all derived fields and Copy state are reset together with the input.