Uncaught Typeerror: No Method Named "get Value" - Get Values Using Semantic Ui For Multiple Selection
I want to retrieve data from Multiple selection dropdown design of semantic ui (link given below). The data is getting populated dynamically using javascript and ajax using a .js f
Solution 1:
I ran trial and error methods in my html file, and observed that when I removed below 3 lines, capturing values from dropdown worked.
{% extends"base.html" %}
{% load static %}
{% block content %}
So, I checked the footer html, I had added the bootstrap 5 js bundle cdn link for navbar. I removed the bootstrap link, and it worked!
And regarding the said error is worth knowing, new learning! Hope this will help for others as well as this can be a case for such error.
Post a Comment for "Uncaught Typeerror: No Method Named "get Value" - Get Values Using Semantic Ui For Multiple Selection"