Answer the question
In order to leave comments, you need to log in
What is the name of such a field and is there a VueJS plugin for it?
Here is the field: This field is
often used in tags. Even here on the toaster.
Does it have a scientific name?
And is there such a component for Vue?
I looked at how it was implemented on a toaster - it's quite simple, it's even better to write your bike for the project.
But how is it beautiful and understandable to call it? Hmm
Answer the question
In order to leave comments, you need to log in
https://vuejsexamples.com/a-selectize-wrapper-for-...
https://github.com/sagalbot/vue-select
$ismobile=false;
$ua=$_SERVER['HTTP_USER_AGENT'];
if (stripos($ua, 'Apple-iP') || stripos($ua, 'mobi') || stripos($ua, 'Symbian')
|| stripos($ua, 'Windows CE') || stripos($ua, 'PPC') || stripos($ua, 'CLDC')
|| stripos($ua, 'Windows Phone')
|| stripos($ua, 'UP.Browser')
|| stripos($ua, 'portalmmm')
|| stripos($ua, 'Nintendo Wii')
|| stripos($ua, 'compatible; MSIE 6.0; Nitro')
|| stripos($ua, 'Linux armv')
|| stripos($ua, 'PalmSource')
|| stripos($ua, 'PalmOS')
|| stripos($ua, 'EPOC')
|| stripos($ua, 'Android')
|| stripos($ua, 'netfront')
|| stripos($ua, 'ucweb')
|| strpos($ua, 'SEC-')
|| stripos($ua, 'j2me')
|| stripos($ua, 'ReqwirelessWeb')
|| stripos($ua, 'Opera Mini')
|| stripos($ua, 'PlayStation')
|| stripos($ua, 'ProxiNet')
|| stripos($ua, 'Elaine')
) $ismobile=true;
Well, write a JS script that defines a mobile browser, this can be done using the Navigator object
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question