Skip to content

updateMultiInput doesn't support UTF-8 characters #232

@ehtmal

Description

@ehtmal

When CREATE multiInput() it work fine with unicode characters. But when you UPDATE using updateMultiInput() it won't support unicode characters.

Create:
multiInput("testMultiInput", label = "Select Items", choices = c("小田", "若土"))
Evidence:
Multi Input show all Japanese characters
image

Update:
updateMultiInput(session, "testMultiInput", choices = c("123小田abc", "123若土def"))
Evidence:
Multi Input remove all Japanese characters
image

As I have checked, other input have same issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions