Skip to content

Commit

Permalink
Resolved #4249 where ID of perpage dropdown was not unique
Browse files Browse the repository at this point in the history
  • Loading branch information
intoeetive committed Apr 23, 2024
1 parent 215d671 commit da422d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<input
type="text"
name="<?=$name?>"
id="<?=$name?>"
id="<?=$name . uniqid()?>"
value="<?=htmlentities($custom_value, ENT_QUOTES, 'UTF-8')?>"
placeholder="<?=htmlentities($placeholder, ENT_QUOTES, 'UTF-8')?>"
data-threshold="<?=$threshold?>"
Expand Down

0 comments on commit da422d8

Please sign in to comment.