akveo / akveo/ng2-smart-table

width property has no effect when using completer

Đang mở
#391 4 bình luận 0 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
TypeScript
Star
1.6k
Fork
867
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

Hi,
I have the following
@typescript

```
const medication_settings: Object = {
columns: {
medication: {
title: 'Medication *', filter: false,
editor: {
type: 'completer',
config: {
completer: {
data: medications,
searchFields: 'medication',
titleField: 'medication',
}
}
},
width: '75px',
},

strength: {
title: 'Strength *', filter: false, width: '100px',
editor: {
type: 'completer',
config: {
completer: {
data: medications,
searchFields: 'strength',
titleField: 'strength',
}
}
}
},}
```
Neither width property has any effect on the width of the input field; the default field length cannot change. Is this the expected behaviour for completer? The width does work when completer is not used.

Cheers

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.