5 lines
203 B
HTML
5 lines
203 B
HTML
<!DOCTYPE html>
|
|
<link rel="help" href="https://drafts.csswg.org/css-ui-4/#field-sizing">
|
|
<body>
|
|
<input id="inputa" style="field-sizing: content" type="number" value="12345"><input type="number">
|
|
</body>
|