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
Added selected attribute at first to div data-selected-country="TR"
And initialized $('#tcountry').flagStrap({ onSelect: function(value, element) { console.log(value); } });
After this all country selections returns own country code but TR returns empty.
if i dont add attribute TR returns.
The text was updated successfully, but these errors were encountered:
Added selected attribute at first to div
data-selected-country="TR"
And initialized
$('#tcountry').flagStrap({ onSelect: function(value, element) { console.log(value); } });
After this all country selections returns own country code but TR returns empty.
if i dont add attribute TR returns.
The text was updated successfully, but these errors were encountered: