First commit
This commit is contained in:
18
application/demo/edit/news.edit.price.js
Normal file
18
application/demo/edit/news.edit.price.js
Normal file
@@ -0,0 +1,18 @@
|
||||
|
||||
import newsPrice from '../news.price.js';
|
||||
|
||||
import input from '/elements/input.js';
|
||||
|
||||
|
||||
export default class newsPagePrice extends newsPrice, input{
|
||||
|
||||
placeholder = "Price";
|
||||
|
||||
|
||||
async keyup( event ) {
|
||||
|
||||
this.value = event.target.value;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user