FlowFuse / FlowFuse/node-red-dashboard

Breaking Change in Rendering v-textarea (and others components) with Node-RED Dashboard v1.16

Open
#1,261 1 comment 0 reactions 0 assignees View on GitHub
size:S type:bug
Dominant language
HTML
Stars
355
Forks
82
Avg merge
4d 23h
Merged PRs (30d)
24

Description

### Current Behavior

After upgrading to @flowfuse/node-red-dashboard v1.16, the v-textarea with v-model="form.body" template no longer works as it did in v1.14.

In version 1.16, the v-textarea appears as shown in the image below:

![image](https://github.com/user-attachments/assets/2bee74f0-aee4-456a-8545-fdbb0f53e4d7)

The same apply to many similar components.

### Expected Behavior

In version 1.14, the widget displayed correctly as shown in the image below:

![image](https://github.com/user-attachments/assets/50be08d9-2cee-44ea-8a0f-2290018d2e0f)

### Steps To Reproduce

Use this widged code:

```

export default {
data() {
return {
form: {
body: ''
}
}
}
}

```

### Environment

- Dashboard version: 1.16.0
- Node-RED version: 4.0.2
- Node.js version: 20.x
- npm version:
- Platform/OS: Ubuntu
- Browser: Chrome

### Have you provided an initial effort estimate for this issue?

I have provided an initial effort estimate

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.