Disable autosuggest for input type text

Description of the issue:

With input type number, the brave browser provides an autosuggest dropdown menu of previously typed values.
I would like to disable this autosuggest.
Chrome and Safari does not have this issue.

How can this issue be reproduced?

This is my element

<div class="space-y-2"><label class="text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70" for=":r2:-form-item">Weight (g) / quantity</label><input class="flex h-10 w-full rounded-md border border-input bg-background px-3 py-2 text-sm ring-offset-background file:border-0 file:bg-transparent file:text-sm file:font-medium placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50" placeholder="Weight / quantity" id=":r2:-form-item" aria-describedby=":r2:-form-item-description" aria-invalid="false" type="number" value="" name="quantity"></div>

Expected result:

The autosuggest should not show.

Brave Version( check About Brave):

Nearly up to date! Relaunch Brave to finish updating.

Version 1.64.122 Chromium: 123.0.6312.122 (Official Build) (arm64)

Additional Information:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.