How can I create a dropdown in the yii2 form field which has a plus icon at the end of the drop-down field like a calendar icon in the date field?
Another requirement, I need a searchable dropdown in yii2, which can search value does not exist in DB, and if the searched value does not exist in the database it can save into DB as a new entry. Is it possible in yii2?
And also I am familiar with the searchable dropdown in select2 and I already implemented it. But I am not able to save the data in the seach field for searchable dropdown into DB if that is not present in the DB. Here is my code. Search is possible in this drop-down and also can save data into Db when we select a value from the drop-down list. But failed to save the data that was typed in the search field and did not exist in the DB. Kindly check and Update.