D
D
Denis Bukreev2018-09-17 11:30:22
Frontend
Denis Bukreev, 2018-09-17 11:30:22

What is the name of such a field and is there a VueJS plugin for it?

Here is the field: This field is
5b9f65d088468524663592.png
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

3 answer(s)
D
DevMan, 2018-09-17
@denisbookreev

https://vuejsexamples.com/a-selectize-wrapper-for-...
https://github.com/sagalbot/vue-select

X
xmoonlight, 2015-04-08
@xmoonlight

$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;

A
Alim Alibaev, 2015-04-08
@a4gg

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 question

Ask a Question

731 491 924 answers to any question