Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    How to remove on hover behaviors of the field of the Dynamic Form?

    Hello everyone, how are you?

    I have this code snippet with a dynamic form with only one selection field:

    Code:
                                 isc.DynamicForm.create({
                                    name: "selectDynamicForm",
                                    fields: [
                                        {
                                            name: 'slectionField',
                                            type: 'select',
                                            valueMap: newObject,
                                            defaultValue: defaultObject,
                                            height: 32,
                                            cellHeight: 32,
                                            showTitle: false,
                                            pickerIconSrc: "/imgs/icons/Chevron-Down.svg",
                                        }
                                    ]
                                }),
    When I hover over the picklist it shows a blue shadow, the border becomes blue and the dropdown changes to the icon "Chevron-Down_Over.svg" that does not exist. How can I remove this behavior of the component?

    Thanks everyone =)

    #2
    Make sure to always post the product and version you are using, and in this case, also the skin.

    Please the most recent patched version from SmartClient.com/builds and retest, then if there’s still a problem, let us know all the missing information.

    Comment

    Working...
    X