We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5a8773 commit 62e6fc6Copy full SHA for 62e6fc6
src/BootstrapBlazor/Components/Input/OtpInput.razor.js
@@ -67,7 +67,6 @@ export function init(id, invoke, method) {
67
68
const setValue = (el, invoke, method) => {
69
const val = [...el.querySelectorAll('.bb-opt-item')].map(input => input.value).join('');
70
- console.log(val);
71
invoke.invokeMethodAsync(method, val);
72
}
73
0 commit comments