'How to make Dropdown with input field in django form
I am a noob to django and python 😥
I have a django form, it needs a dropdown menu with input field to enter the text which is not listed in dropdown. Is there any shortcut method for it?
Solution 1:[1]
After so many searches in google i have found a solution for the issue. Using autocomplete which is provided by the javascript
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Mohammed Jaseem K |