nbButton property [disabled] doesn't work on anchor tags
未关闭
- 主要语言
- TypeScript
- 星标
- 8.1k
- 派生
- 1.5k
- PR 合并指标
- 30 天内没有已合并 PR
描述
### Issue type
**I'm submitting a ...** (check one with "x")
* [ x] bug report
* [ ] feature request
### Issue description
**Current behavior:**
An `nbButton` property [disabled] on anchor tags (``) doesn't bind to a variable.
**Expected behavior:**
Changes to a variable bound to the [disabled] property should change the state of an anchor tag with `nbButton` directive.
**Related code:**
```
// HTML
New
// Javascript
isDisabled = true;
```
### Other information:
**npm, node, OS, Browser**
```
Browser: Firefox 69.0 (64-bit), Chrome 77.0.3865.90 (Official Build) (64-bit)
```
**Angular, Nebular**
```
Angular: 8.2.3
Nebular: 4.3.1
```
贡献指南
评估
这个 Issue 还没有评估数据。