Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
PMAnalytics
Frequent Visitor

Custom visual text input box

Hi community,

 

I need help on creating a text input box inside my custom visual.

When creating a text input box with the following code, the input is limited by 250 characters:

 

                "customTextInput": {
                    "displayNameKey": "CustomTextInput",
                    "descriptionKey": "CustomTextInput_Description",
                    "displayName": "Text Input",
                    "description": "Paste Text Input here.",
                    "type": {
                        "text": true
                    }
                }

 

 

Is there a way on creating a bigger text input box or how can I exceed the limit of 250 characters?

Thanks in advance!

0 REPLIES 0

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.

Top Solution Authors