Hello,
I have implemented the SmartTextBox many times on my project and every time I focus on a Smart-Text-Box, I get the following Javascript Error: Uncaught RangeError: Maximum call stack size exceeded.
at the position smart.elements.js:6.
Do you know what’s causing this error? I mean, it doesn’t affect the functionality of the TextBox, but my console is looking pretty weird.
Best Regards,
Gerhard
Hi Gerhard,
This is very strange. Do you have an example which shows this kind of error?
Also, alternatively you can take a look at Smart.Input which is more simple version of the TextBox regarding the auto-complete and edit modes functionality of the component.
Best regards,
Peter Stoev
Smart UI Team https://www.htmlelements.com/
Hi Peter,
I can’t reproduce it in Codepen with your smart scripts. I have the scripts local, so it’s hard to make an example. Maybe I should try to update the framework, even though I thought that it was up to date. I’ll try.
The error only occurs with smart-text-box, not with smart-password-text-box.