Skip to content

Instantly share code, notes, and snippets.

View miniben-90's full-sized avatar
🛰️

miniben-90

🛰️
View GitHub Profile
@miniben-90
miniben-90 / index.html
Last active September 8, 2022 14:15
test load lifehooks
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Dumber Gist</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no">
<base href="/">
</head>
<!--
Dumber Gist uses dumber bundler, the default bundle file
@miniben-90
miniben-90 / app.html
Created November 19, 2019 10:42
Aurelia KendoUI component - problem report - Kendo Editor and placeholder issue
<template>
<require from="aurelia-kendoui-bridge/editor/editor"></require>
<div id="example">
<textarea
ak-rich-editor="k-tools.bind:['bold'];k-messages.bind: { bold: 'TEsBol' };k-placeholder.bind: 'test';"
placeholder="test"
ak-placeholder="test"
style="height:440px">
</div>