UNPKG
bbpro
Version:
latest (6.1.5)
6.1.5
6.1.4
BrowserBox - remote browser isolation tool
github.com/BrowserBox/BrowserBox
i5ik/vf
bbpro
/
dist
/
node_modules
/
bang.html
/
docs
/
components
/
sg-cell
/
markup.html
10 lines
(9 loc)
•
273 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
${{key}} <
input
type
=text name=cell
class
=
"${typeof value === "
numbe
r" ? 'number' : ''}"
value=
"${editFormula ? (formula||value) : !isUnset(value) ? value : EMPTY}"
onchange=Recalculate ondblclick=ShowFormula oncontextmenu=ShowFormula onfocusout=ShowValue >