You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no "type" prop/variable defined for that component, thus the warning. The line also makes no sense because the <textarea> element does not have a "type" attribute. I think the line should be removed. It probably slipped in via copy&paste from another input component.
Unfortunately, I cannot test this because local build fails for whatever reason.
The text was updated successfully, but these errors were encountered:
Just noticed that the warning only occurs on 9.x, but the :type="type" line is also present in master (also without a corresponding prop/variable). Looks like Vue3 reveals a preexisting problem.
hschletz
changed the title
NcTextArea generates lots of warnings
9.x: NcTextArea generates lots of warnings
Sep 25, 2024
NcTextArea generates a warning in the browser console upon initialization and every subsequent keystroke:
I think it's caused by this code in src/components/NcTextArea/NcTextArea.vue:
There is no "type" prop/variable defined for that component, thus the warning. The line also makes no sense because the <textarea> element does not have a "type" attribute. I think the line should be removed. It probably slipped in via copy&paste from another input component.
Unfortunately, I cannot test this because local build fails for whatever reason.
The text was updated successfully, but these errors were encountered: