Cannot paste into a DBR when using TM1 Default empty and TM1 placeholder

I have a weird issue,

When using the following DBR :

  <tm1-ui-dbr tm1-instance="c3" tm1-cube="}APQ Dimension Static Subsets And UDC" 
            tm1-elements="{{$root.udc_dim_cont}},Hier Consolidation,{{$root.itemtoedit}},{{Item.key}},ElementName"
            tm1-default-empty="Type / Paste Elements Name"
              tm1-placeholder="Type / Paste Element Name"
              ng-model="Ele_Name" >
            </tm1-ui-dbr>

I can paste into the cell / row / line,
however - when using the tm1-default-empty="" , paste does not work , is this normal ?

 <tm1-ui-dbr tm1-instance="c3" tm1-cube="}APQ Dimension Static Subsets And UDC" 
            tm1-elements="{{$root.udc_dim_cont}},Hier Consolidation,{{$root.itemtoedit}},{{Item.key}},ElementName"
            tm1-default-empty=""
              tm1-placeholder="Type / Paste Element Name"
              ng-model="Ele_Name" >
            </tm1-ui-dbr>

I was able to replicate the issue.

We will look into this and update this post once the fix is on the build.

Thanks!


Paul

Hi @tganz!

Just to update that the fix for this is in the build and will be part of the next release.

Cheers!

Paul

thanks a lot Paul !