i'm develop a template. i use this code in config tag in xml file:
<field name="portfolios"
type="repeatable"
icon="list"
description="Enter your portfolios"
label="Portfolios"
default=''>
<fieldset hidden="true" name="property" repeat="true">
<field name="photo"
label="Photo"
type="media" />
<field name="title"
label="Title"
size="30"
type="text" />
<field name="tags" type="tag" label="JTAG" mode="ajax" class="inputbox small" multiple="true" />
</fieldset>
</field>
tag field not show currect. it will show like a multiple select with no item.
show a field that user can type new tag or select from list
PHP Built On Windows NT AFZONEH-NEVIS 10.0 build 18363 (Windows 10) AMD64
Database Type mysql
Database Version 5.5.5-10.4.12-MariaDB
Database Collation utf8_general_ci
Database Connection Collation utf8mb4_general_ci
PHP Version 7.2.28
Web Server Apache/2.4.41 (Win64) PHP/7.2.28
WebServer to PHP Interface apache2handler
Joomla! Version Joomla! 3.9.18 Stable [ Amani ] 21-April-2020 19:30 GMT
Joomla! Platform Version Joomla Platform 13.1.0 Stable [ Curiosity ] 24-Apr-2013 00:00 GMT
User Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:76.0) Gecko/20100101 Firefox/76.0
See #29015 (comment) why creating new tags isn't possible without additional efforts.
oops
thanks very much for introduce subform
field.
it's very good alternative.
if repeatable
form field will delete , so this topic can close.
You can close it yourself if you want to.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-05-09 21:27:03 |
Closed_By | ⇒ | ghasemy50 |
The
repeatable
field will be removed in the future in favour of thesubform
field. Maybe you can givesubform
a try?But: I confirm your issue with the
repeatable
field with the difference that I get a list of already existing tags.