?
avatar ghasemy50
ghasemy50
9 May 2020

Steps to reproduce the issue

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>

Expected result

tag field not show currect. it will show like a multiple select with no item.

Actual result

show a field that user can type new tag or select from list

System information (as much as possible)

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

Additional comments

screen shot 2020-05-09 at 20 34 02

avatar ghasemy50 ghasemy50 - open - 9 May 2020
avatar joomla-cms-bot joomla-cms-bot - labeled - 9 May 2020
avatar ghasemy50 ghasemy50 - change - 9 May 2020
The description was changed
avatar ghasemy50 ghasemy50 - edited - 9 May 2020
avatar ReLater
ReLater - comment - 9 May 2020

The repeatable field will be removed in the future in favour of the subform field. Maybe you can give subform a try?

But: I confirm your issue with the repeatable field with the difference that I get a list of already existing tags.

09-05-_2020_23-04-08

avatar ReLater
ReLater - comment - 9 May 2020

See #29015 (comment) why creating new tags isn't possible without additional efforts.

avatar ghasemy50
ghasemy50 - comment - 9 May 2020

oops
thanks very much for introduce subform field.
it's very good alternative.
if repeatable form field will delete , so this topic can close.

avatar ReLater
ReLater - comment - 9 May 2020

You can close it yourself if you want to.

avatar ghasemy50 ghasemy50 - change - 9 May 2020
Status New Closed
Closed_Date 0000-00-00 00:00:00 2020-05-09 21:27:03
Closed_By ghasemy50
avatar ghasemy50 ghasemy50 - close - 9 May 2020

Add a Comment

Login with GitHub to post a comment