sipa / bech32

Code snippets and analysis of the Bech32 format
192 stars 106 forks source link

Segwit address error locator demo: Bootstrap 4 #3

Closed romanornr closed 7 years ago

romanornr commented 7 years ago

Bootstrap 4 CDN to the html demo file.

When putting a wrong address and after that clearing the input field, the result kept showing. I added 1 line of JS to clear the result if the input field is empty again.

if(address.length === 0) document.getElementById("result").innerHTML = "";

This is how it looks now with Bootstrap.

screenshot from 2017-03-14 12-02-03