Skip to content

Commit b48b4a7

Browse files
authored
Merge pull request #13 from daniellsl/update-dropdown-item
Update DropdownItem.hx
2 parents fa30d52 + 225cdc1 commit b48b4a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/react/semanticui/DropdownItem.hx

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ typedef DropdownItemProps<T> = {
1212
> BasePropsWithOptChildren,
1313
> BaseSemanticProps,
1414
?icon:String,
15+
?flag:String,
1516
?text:String,
1617
?description:String,
1718
?disabled:Bool,

0 commit comments

Comments
 (0)