Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #103202
    Angel
    Participant

    Hi, I’m using Angular and I get this error in DropdownList component:

    core.mjs:6485 ERROR TypeError: Cannot read properties of null (reading ‘_applyTemplate’)
    at BaseElement.propertyChangedHandler (smart.grid.js:1563:3349)
    at BaseElement.t.updateProperty (smart.toast.js:20:74796)
    at BaseElement.set [as value] (smart.toast.js:20:75930)
    at ListItemComponent.set value [as value] (smart-webcomponents-angular-textbox.js:882:1)
    at Object.ngOnChangesSetInput [as setInput] (core.mjs:1519:1)
    at setInputsForProperty (core.mjs:10976:1)
    at elementPropertyInternal (core.mjs:10023:1)
    at Module.ɵɵproperty (core.mjs:14446:1)
    at LogisticaArticulosComponent_Template (logistica-articulos.component.html:11:46)
    at executeTemplate (core.mjs:9618:1)

    How can i fix it?

    In HTML:

    <div class="form row form-inline-small margin-left-large">
    <label for="fueraserieartic">Fuera de serie</label>
    <smart-drop-down-list [selectedIndexes]="[0]" form-control-name="fueraserieartic"
    name="fueraserieartic" id="fueraserieartic" [disabled]="blocked">
    <smart-list-item [value]="'S'">Sí</smart-list-item>
    <smart-list-item [value]="'N'">No</smart-list-item>
    </smart-drop-down-list>
    </div>

    Thanks!

    #103204
    admin
    Keymaster

    Hi Angel,

    Could you share stackblitz sample as it seems you’re using a combination of components like toast, grid, dropdownlist and it is not easy to reproduce this?

    For example, you can modify and share this sample https://stackblitz.com/github/htmlelements/smart-webcomponents-angular/tree/master/demos/dropdownlist/basic/?file=src%2Fapp%2Fapp.component.ts

    Looking forward to your reply.

    Best regards,
    Peter Stoev

    Smart UI Team
    https://www.htmlelements.com/

    #103206
    Angel
    Participant

    Hi Peter,

    Can we share code by email? We can’t post our code in a public site, because we have confidential data.

    We are interested in purchase your license, but we need to solve this errors to make sure that this components satisfy our requirements.

    Thank you,

    Angel

    #103208
    martin-jq
    Participant

    Hello Angel,

    Yes, you can send your code example to support@jqwidgets.com.

    Best Regards,
    Martin

    Smart HTMLElements Team
    https://www.htmlelements.com/

    #103212
    Angel
    Participant

    Thanks Martin!

    #103220
    admin
    Keymaster

    Hi Angel,

    I checked our support mail and could not find an email by you. If it is more convenient, you can also share a small stackblitz example which uses dummy data and just shows an issue. That will be enough for us.

    Best regards,
    Peter Stoev

    Smart UI Team
    https://www.htmlelements.com/

    #103224
    Angel
    Participant

    Hi Peter,

    I send a mail but your server blocked with and send me this message:

    <span style=”font-size: 10.0pt; font-family: ‘Tahoma’,sans-serif; color: gray;”>Remote Server returned ‘552-5.7.0 This message was blocked because its content presents a potential 552-5.7.0 security issue. Please visit 552-5.7.0 https://support.google.com/mail/?p=BlockedMessage to review our 552 5.7.0 message content and attachment content guidelines. i20-20020a05640242d400b0042400778e80si6954893edc.501 – gsmtp’.</span>

    What can I do to contact support without being blocked by the server?

    Thank you!

    Àngel Torregrosa

    #103228
    admin
    Keymaster

    Hi Àngel,

    We resolved the reported issue in the today’s smart-webcomponents-angular build. You can update your version.

    Best regards,
    Peter Stoev

    Smart UI Team
    https://www.htmlelements.com/

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.