?
avatar Razzo1987
Razzo1987
17 May 2020

Steps to reproduce the issue

Try to create a custom filed and select a category different from "All":
immagine

"All" remain as a text after the category selected

Expected result

immagine
OR
immagine
OR
immagine

Actual result

immagine

immagine

Additional comments

I think the problem is that "All" option have no value

<joomla-field-fancy-select  search-placeholder="Type or Select a Category" ><select id="jform_assigned_cat_ids" name="jform[assigned_cat_ids][]" multiple>
	<option value="">All</option>
	<option value="-1" selected="selected">None</option>
	<option value="2">Uncategorised</option>
	<option value="8">Blog</option>
	<option value="9">Help</option>
</select>

Also, there shouldn't be able to select a category (or "All") and "none" at the same time:

immagine

Votes

# of Users Experiencing Issue
1/1
Average Importance Score
3.00

avatar Razzo1987 Razzo1987 - open - 17 May 2020
avatar joomla-cms-bot joomla-cms-bot - change - 17 May 2020
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 17 May 2020
avatar Razzo1987 Razzo1987 - change - 17 May 2020
Title
[4.0]
[4.0] Custom fileds category
avatar Razzo1987 Razzo1987 - edited - 17 May 2020
avatar chmst
chmst - comment - 18 May 2020

confirmed


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/29126.
avatar chmst chmst - change - 18 May 2020
Status New Confirmed
avatar Quy Quy - change - 9 Nov 2020
Status Confirmed Closed
Closed_Date 0000-00-00 00:00:00 2020-11-09 17:27:52
Closed_By Quy
avatar Quy Quy - close - 9 Nov 2020
avatar Quy
Quy - comment - 9 Nov 2020

Fixed PR #31365

Add a Comment

Login with GitHub to post a comment