Questions tagged as 'tags-input'

3
answers

Field Percentage in HTML

Good morning! I am developing a restful application, using angular 4, components of PrimeNg (version 5), HTML 5 and CSS 3 in the front part. I came across a problem that apparently can be considered simple but I do not find anything that helps m...
asked by 24.04.2018 / 13:02
1
answer

Using filter_input_array (INPUT_POST, "var_name") vs. $ _POST [closed]

I have the following input variable in my form: <input class="caption_text" type="text" name="caption[]" required/> That I create dynamically with JS. After submitting I test the following: $mycaption = \filter_input_array(\INPUT...
asked by 30.07.2016 / 18:35
0
answers

Tagsinput bootstrap does not work

I'm using the bootstrap tags input in conjunction with Bootstrap 3 and I'm not getting the typehead to work. Code: $('#tags').tagsinput(); $('#tags').tagsinput({ typeahead: { source: $.get('tags.php') } }); tags.ph...
asked by 27.07.2014 / 07:14
2
answers

Choose color in input type="submit" ...

How could I set a color for input . Below I have one of the input I use. <input type="submit" id="Submit69" class="btn btn-default btn-block" value="REP+H4" title="Clique Selecionar as Soluções" /> The value of the text I...
asked by 17.09.2014 / 16:51
0
answers

word limit with jquery

I'm using xoxco's jquery.tagsinput plugin to insert a tagged field into my article, but I need a tag limit inserted there, so I need a word counter to limit how many words are inserted, with the pluguin, whenever the user types "space" creates a...
asked by 05.03.2017 / 00:45