<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Custom Visuals format panel input values reset 1 second after text entry: update() not called? in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Custom-Visuals-format-panel-input-values-reset-1-second-after/m-p/2200080#M33025</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/339900"&gt;@lmeyerov&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;If a user updates properties or field/data mappings, this triggers the &lt;FONT face="courier new,courier"&gt;update()&lt;/FONT&gt; method as your visual potentially receives new data from the main window, so this is your entry point for managing such changes - &lt;A href="https://docs.microsoft.com/en-us/power-bi/developer/visuals/power-bi-visuals-concept?WT.mc_id=DP-MVP-5003712" target="_self"&gt;read this page in the visuals documentation&lt;/A&gt; in order to understand what happens with events from users, the main window and your visual, and which methods are called (or how you need to invoke them).&lt;/P&gt;
&lt;P&gt;When a user modifies a property, the &lt;FONT face="courier new,courier"&gt;update&lt;/FONT&gt;&amp;nbsp;method will be called by the main window, so if changes are being reverted in the pane to a default value then this suggest it's not able to run to completion or there is an issue with property enumeration and Power BI is assigning the default value back.&lt;/P&gt;
&lt;P&gt;It's not easy to tell from your code if/what this is, as you only provided partial segments of your methods - and from the first line of the &lt;FONT face="courier new,courier"&gt;update&lt;/FONT&gt; method you have posted, this would fail as I can't see &lt;FONT face="courier new,courier"&gt;config&lt;/FONT&gt; declared anywhere that's in scope - I'm sure this is not actually the case and you probably have more code to manage this.&lt;/P&gt;
&lt;P&gt;Have you ruled out any potential errors in your code to begin with, i.e. even using a &lt;FONT face="courier new,courier"&gt;try...catch&lt;/FONT&gt; block around the update method's code and logging the output? If in doubt you can add a &lt;FONT face="courier new,courier"&gt;console.log&lt;/FONT&gt; as the very first statement in your update method (before the property enumeration) to confirm it's being fired by the main window when the property is edited - it should be, and from your snippet, this isn't here for me to verify, although you mention it in your original post.&lt;/P&gt;
&lt;P&gt;If you can trap some more specific detail regarding error output then we can see where to go from here. Failing that, you may need to provide more of your current code; ideally a clonable repo so it's easier to check-out and reproduce locally.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
    <pubDate>Sun, 21 Nov 2021 19:03:02 GMT</pubDate>
    <dc:creator>dm-p</dc:creator>
    <dc:date>2021-11-21T19:03:02Z</dc:date>
    <item>
      <title>Custom Visuals format panel input values reset 1 second after text entry: update() not called?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Custom-Visuals-format-panel-input-values-reset-1-second-after/m-p/2197878#M33000</link>
      <description>&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;We &lt;SPAN&gt;are &lt;SPAN&gt;building &lt;SPAN&gt;a &lt;SPAN&gt;custom &lt;SPAN&gt;visual&lt;SPAN&gt; (&lt;SPAN&gt;following &lt;SPAN&gt;the &lt;SPAN&gt;bar &lt;SPAN&gt;chart &lt;SPAN&gt;tutorial&lt;SPAN&gt;) &lt;SPAN&gt;and &lt;SPAN&gt;adding &lt;SPAN&gt;some &lt;SPAN&gt;Format &lt;SPAN&gt;panel &lt;SPAN&gt;entries&lt;SPAN&gt;. &lt;SPAN&gt;The &lt;SPAN&gt;input &lt;SPAN&gt;fields &lt;SPAN&gt;show &lt;SPAN&gt;as &lt;SPAN&gt;expected&lt;SPAN&gt;, &lt;SPAN&gt;right &lt;SPAN&gt;after &lt;SPAN&gt;General&lt;SPAN&gt;, &lt;SPAN&gt;expect &lt;SPAN&gt;after &lt;SPAN&gt;text &lt;SPAN&gt;entry&lt;SPAN&gt;, &lt;SPAN&gt;they &lt;SPAN&gt;disappear &lt;SPAN&gt;after &lt;SPAN&gt;about&lt;SPAN&gt; 1&lt;SPAN&gt;s&lt;SPAN&gt;. &lt;SPAN&gt;Any &lt;SPAN&gt;thoughts&lt;SPAN&gt;?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;My &lt;SPAN&gt;understanding &lt;SPAN&gt;of &lt;SPAN&gt;the &lt;SPAN&gt;flow &lt;SPAN&gt;is&lt;SPAN&gt;:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;capabilities&lt;SPAN&gt;.&lt;SPAN&gt;json &lt;SPAN&gt;defines &lt;SPAN&gt;an &lt;SPAN&gt;object&lt;SPAN&gt; (&lt;SPAN&gt;'mySetting'&lt;SPAN&gt;) &lt;SPAN&gt;with &lt;SPAN&gt;some &lt;SPAN&gt;properties&lt;SPAN&gt; (&lt;SPAN&gt;'userName'&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;visual&lt;SPAN&gt;.&lt;SPAN&gt;ts &lt;SPAN&gt;makes &lt;SPAN&gt;an &lt;SPAN&gt;IVisual &lt;SPAN&gt;that&lt;SPAN&gt;..&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;... &lt;SPAN&gt;has &lt;SPAN&gt;an &lt;SPAN&gt;update&lt;SPAN&gt;() &lt;SPAN&gt;that &lt;SPAN&gt;&lt;SPAN&gt;get Format pane&amp;nbsp;&lt;SPAN&gt;user &lt;SPAN&gt;inputs&amp;nbsp;&lt;SPAN&gt;to &lt;SPAN&gt;save &lt;SPAN&gt;internally&lt;SPAN&gt;: &lt;SPAN&gt;this&lt;SPAN&gt;.&lt;SPAN&gt;visualSettings &lt;SPAN&gt;with &lt;SPAN&gt;a &lt;SPAN&gt;copy &lt;SPAN&gt;of &lt;SPAN&gt;options&lt;SPAN&gt;.&lt;SPAN&gt;dataViews&lt;SPAN&gt;[&lt;SPAN&gt;0&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;SPAN&gt;... &lt;SPAN&gt;has &lt;SPAN&gt;an&lt;SPAN&gt;&amp;nbsp;&lt;SPAN&gt;enumerateObjectInstances&lt;SPAN&gt;() &lt;SPAN&gt;that &lt;SPAN&gt;formats &lt;SPAN&gt;what &lt;SPAN&gt;shows &lt;SPAN&gt;up &lt;SPAN&gt;in &lt;SPAN&gt;the &lt;SPAN&gt;Format &lt;SPAN&gt;pane&lt;SPAN&gt;, &lt;SPAN&gt;which &lt;SPAN&gt;we &lt;SPAN&gt;just &lt;SPAN&gt;enumerate &lt;SPAN&gt;our &lt;SPAN&gt;internal &lt;SPAN&gt;updated &lt;SPAN&gt;visualSettings.&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;I think the issue is `&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;Visual::update()` is not called (no console.log), so we never update the internal model, and thus&amp;nbsp;&lt;SPAN&gt;enumerateObjectInstances writes back to the format panel `""`&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Relevant &lt;/SPAN&gt;&lt;SPAN&gt;snippets:&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;capabilities&lt;/STRONG&gt;&lt;SPAN&gt;&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;SPAN&gt;&lt;STRONG&gt;json&lt;/STRONG&gt;&lt;SPAN&gt;&lt;STRONG&gt;:&lt;/STRONG&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;"dataRoles": [ ... ],
"drilldown": { ... },
"dataViewMappings": [ ... ],
"objects": {
    "mySetting": {
      "displayName": "My Settings",
      "properties": {
        "myUserName": {
          "displayName": "Account",
          "type": {
            "text": true
          }
        },
        ...&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;visuals.ts:&lt;/STRONG&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;BR /&gt;
"use strict";

import "core-js/stable";
import 'regenerator-runtime/runtime'
import "./../style/visual.less";
import powerbi from "powerbi-visuals-api";
import VisualConstructorOptions = powerbi.extensibility.visual.VisualConstructorOptions;
import VisualUpdateOptions = powerbi.extensibility.visual.VisualUpdateOptions;
import IVisual = powerbi.extensibility.visual.IVisual;
import EnumerateVisualObjectInstancesOptions = powerbi.EnumerateVisualObjectInstancesOptions;
import VisualObjectInstance = powerbi.VisualObjectInstance;
import DataView = powerbi.DataView;
import VisualObjectInstanceEnumerationObject = powerbi.VisualObjectInstanceEnumerationObject;
import { dataViewObjects } from "powerbi-visuals-utils-dataviewutils";
iexport class Visual implements IVisual {
    private visualSettings: VisualSettings;

    public update(options: VisualUpdateOptions) {
        this.visualSettings = VisualSettings.parse(options.dataViews[0]);
        config.UserName = this.visualSettings.mySetting.myUserName;&lt;BR /&gt;        ...
    }

    public enumerateObjectInstances(options: EnumerateVisualObjectInstancesOptions) {
        const settings: VisualSettings = this.visualSettings ||  VisualSettings.getDefault();
        return VisualSettings.enumerateObjectInstances(settings, options);
    }&lt;BR /&gt;    ...
}


export class MySetting
{
    public myUserName: string = "";&lt;BR /&gt;    ...
}
export class VisualSettings extends DataViewObjectsParser
{
    public mySetting: MySetting = new MySetting();
}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;package.json&lt;/P&gt;&lt;PRE&gt;    "dependencies": {
        "@types/jquery": "^3.5.8",
        "jquery": "^3.6.0",
        "regenerator-runtime": "^0.13.9",
        "uuid": "^7.0.2"
    },
    "devDependencies": {
        "@types/d3": "5.7.2",
        "d3": "5.12.0",
        "powerbi-visuals-api": "^4.0.0",
        "powerbi-visuals-tools": "^3.3.2",
        "powerbi-visuals-utils-dataviewutils": "^2.4.1",
        "powerbi-visuals-utils-formattingutils": "^4.7.1",
        "powerbi-visuals-utils-interactivityutils": "^5.7.1",
        "powerbi-visuals-utils-tooltiputils": "^2.5.2",
        "tslint": "^5.20.1",
        "tslint-microsoft-contrib": "^6.2.0"
    }&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;pbiviz.json:&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;..."apiVersion": "4.0.0",...&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;tsconfig.json:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;  "compilerOptions": {
    "allowJs": false,
    "emitDecoratorMetadata": true,
    "experimentalDecorators": true,
    "module": "es6",
    "target": "ES6",
    "sourceMap": true,
    "outDir": "./.tmp/build/",
    "moduleResolution": "node",
    "declaration": true
  },&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Nov 2021 07:49:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Custom-Visuals-format-panel-input-values-reset-1-second-after/m-p/2197878#M33000</guid>
      <dc:creator>lmeyerov</dc:creator>
      <dc:date>2021-11-19T07:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Visuals format panel input values reset 1 second after text entry: update() not called?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Custom-Visuals-format-panel-input-values-reset-1-second-after/m-p/2198228#M33010</link>
      <description>&lt;P&gt;Next step of the saga:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- if a Report editor manually edits the Fields panel, that triggers `update()`&lt;/P&gt;&lt;P&gt;- ... and then Format `update()`s start working as well&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is not intuitive behavior so far&lt;/P&gt;</description>
      <pubDate>Fri, 19 Nov 2021 08:59:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Custom-Visuals-format-panel-input-values-reset-1-second-after/m-p/2198228#M33010</guid>
      <dc:creator>lmeyerov</dc:creator>
      <dc:date>2021-11-19T08:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Visuals format panel input values reset 1 second after text entry: update() not called?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Custom-Visuals-format-panel-input-values-reset-1-second-after/m-p/2200080#M33025</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/339900"&gt;@lmeyerov&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;If a user updates properties or field/data mappings, this triggers the &lt;FONT face="courier new,courier"&gt;update()&lt;/FONT&gt; method as your visual potentially receives new data from the main window, so this is your entry point for managing such changes - &lt;A href="https://docs.microsoft.com/en-us/power-bi/developer/visuals/power-bi-visuals-concept?WT.mc_id=DP-MVP-5003712" target="_self"&gt;read this page in the visuals documentation&lt;/A&gt; in order to understand what happens with events from users, the main window and your visual, and which methods are called (or how you need to invoke them).&lt;/P&gt;
&lt;P&gt;When a user modifies a property, the &lt;FONT face="courier new,courier"&gt;update&lt;/FONT&gt;&amp;nbsp;method will be called by the main window, so if changes are being reverted in the pane to a default value then this suggest it's not able to run to completion or there is an issue with property enumeration and Power BI is assigning the default value back.&lt;/P&gt;
&lt;P&gt;It's not easy to tell from your code if/what this is, as you only provided partial segments of your methods - and from the first line of the &lt;FONT face="courier new,courier"&gt;update&lt;/FONT&gt; method you have posted, this would fail as I can't see &lt;FONT face="courier new,courier"&gt;config&lt;/FONT&gt; declared anywhere that's in scope - I'm sure this is not actually the case and you probably have more code to manage this.&lt;/P&gt;
&lt;P&gt;Have you ruled out any potential errors in your code to begin with, i.e. even using a &lt;FONT face="courier new,courier"&gt;try...catch&lt;/FONT&gt; block around the update method's code and logging the output? If in doubt you can add a &lt;FONT face="courier new,courier"&gt;console.log&lt;/FONT&gt; as the very first statement in your update method (before the property enumeration) to confirm it's being fired by the main window when the property is edited - it should be, and from your snippet, this isn't here for me to verify, although you mention it in your original post.&lt;/P&gt;
&lt;P&gt;If you can trap some more specific detail regarding error output then we can see where to go from here. Failing that, you may need to provide more of your current code; ideally a clonable repo so it's easier to check-out and reproduce locally.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Sun, 21 Nov 2021 19:03:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Custom-Visuals-format-panel-input-values-reset-1-second-after/m-p/2200080#M33025</guid>
      <dc:creator>dm-p</dc:creator>
      <dc:date>2021-11-21T19:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Visuals format panel input values reset 1 second after text entry: update() not called?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Custom-Visuals-format-panel-input-values-reset-1-second-after/m-p/2207156#M33135</link>
      <description>&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/339900"&gt;@lmeyerov&lt;/a&gt;,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Did dm-p&amp;nbsp;'s suggestions help with your scenario? if that is the case, you can consider Kudo or accept his suggestions to help others who faced similar requirements.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;If that also doesn't help, please share more detailed information to help us clarify your scenario to test.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;A href="http://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490" target="_blank"&gt;How to Get Your Question Answered Quickly&amp;nbsp;&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Xiaoxin Sheng&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Nov 2021 07:00:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Custom-Visuals-format-panel-input-values-reset-1-second-after/m-p/2207156#M33135</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-11-25T07:00:06Z</dc:date>
    </item>
  </channel>
</rss>

