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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

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
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors